登录
首页 » matlab » toolbox_image

toolbox_image

于 2007-09-11 发布 文件大小:567KB
0 227
下载积分: 1 下载次数: 190

代码说明:

  This toolbox contains functions related to image processing, including * images loading and generation. * filtering and blurring functions. * anisotropic and spacially variant filters. * non-linear filtering (median, LIC, bilateral). * High Dynamic Range image loading and equalization. * total variation image processing (denoising and decomposition). * non-wavelets image transforms such as local DCT

文件列表:

toolbox_image
.............\.DS_Store
.............\apply_colormap.m

.............\build_gabor_filter.m
.............\change_color_mode.m
.............\compile_mex.m
.............\compute_dead_leaves_image.m
.............\compute_directional_kernel.m
.............\compute_periodic_poisson.m
.............\compute_random_patches.m
.............\compute_subwindows_energy.m
.............\compute_subwindows_matrix.m
.............\compute_texture_patchwork.m
.............\compute_total_variation.m
.............\htm" target=_blank>copying
.............\htm" target=_blank>copyright
.............\display_image_layout.m
.............\grab_inpainting_mask.m
.............\imageplot.m
.............\imagesc_log.m
.............\imagesc_std.m

.............\load_hdr.m
.............\load_image.m
.............\mex
.............\...\config.h
.............\...\perform_adaptive_filtering.cpp
.............\...\perform_adaptive_filtering.def
.............\...\perform_adaptive_filtering.vcproj
.............\perform_2d_int_translation.m
.............\perform_adaptive_filtering.dll
.............\perform_adaptive_filtering.mexglx
.............\perform_adaptive_filtering.mexmaci
.............\perform_bilateral_filtering.m
.............\perform_blurring.m
.............\perform_directional_filtering.m
.............\perform_fast_rbf_interpolation.m
.............\perform_image_resize.m
.............\perform_image_similitude.m
.............\perform_lic.m
.............\perform_local_dct_transform.m
.............\perform_median_filtering.m
.............\perform_shape_smoothing.m
.............\perform_tv_correction.m
.............\perform_tv_hilbert_projection.m
.............\perform_varying_blurring.m
.............\perform_windowed_dct4_transform.m
.............\perform_windowed_dct_transform.m
.............\perform_windowed_fourier_transform.m
.............\readme.txt
.............\read_lum.m
.............\select_region.m
.............\select_sub_image.m
.............\symmetric_extension.m
.............\test_adaptive_filtering.m
.............\test_bilateral.m
.............\test_directional_filtering.m
.............\test_hdr_tonemapping.m
.............\test_image_similitude.m
.............\test_lic.m
.............\test_local_dct.m
.............\test_periodic_laplacian.m
.............\test_structure_tensor.m
.............\test_structure_texture_decomposition.m
.............\test_svd_image.m
.............\test_windowed_fourier_transform.m
.............\toolbox
.............\.......\clamp.m
.............\.......\compute_gaussian_filter.m
.............\.......\compute_grad.m
.............\.......\compute_rigidity_tensor.m
.............\.......\compute_structure_tensor.m
.............\.......\crop.m
.............\.......\div.m
.............\.......\grad.m
.............\.......\perform_convolution.m
.............\.......\perform_dct_transform.m
.............\.......\perform_histogram_equalization.m
.............\.......\perform_tensor_decomp.m
.............\.......\perform_tensor_recomp.m
.............\.......\perform_vf_integration.m
.............\.......\perform_vf_normalization.m
.............\.......\plot_tensor_field.m
.............\.......\prod_tf_sf.m
.............\.......\prod_tf_tf.m
.............\.......\prod_tf_vf.m
.............\.......\prod_vf_sf.m
.............\.......\prod_vf_vf.m
.............\.......\progressbar.m
.............\.......\psnr.m
.............\.......\rescale.m
.............\write_lum.m
__MACOSX
........\toolbox_image
........\.............\._.DS_Store
........\.............\._apply_colormap.m
........\.............\._build_gabor_filter.m
........\.............\._change_color_mode.m
........\.............\._compile_mex.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • charrec
    char recognition with cnn
    2010-08-04 12:46:06下载
    积分:1
  • GT_GYZJ
    改进郭涛遗传算法,基于子空间搜索和群体爬山法结合的群体随机搜索算法,也称为多父体杂交算法(improved Guotao calculation )
    2013-01-06 22:48:18下载
    积分:1
  • 模糊控制
    说明:  基于模糊PID控制下的BUCK电路稳压输出的仿真,并对比了模糊控制和PID控制。(Based on the simulation of BUCK circuit voltage stabilizing output under fuzzy PID control, the fuzzy control and PID control are compared.)
    2019-04-29 22:09:10下载
    积分:1
  • mapper2_4_6
    Mapper for QAM 2,4 and 6 bits, taking streams and mapping 2 symbols for Modulation
    2009-05-02 00:30:59下载
    积分:1
  • xsldemo_solvers
    This model simulates a Foucault pendulum (a stiff system). The model calculates the normalized pendulum energy
    2013-07-31 21:05:36下载
    积分:1
  • Inverter_integrated
    用C语言编写的在Simulink环境下对3相交流逆变器进行数值仿真的S函数源代码。该仿真源代码的一个独特之处就是:利用全新的数学模型能够对逆变器相间换流的动态过程进行仿真,这是目前其它同类模型中绝对没有的独特支出,可以用来精确仿真永磁无刷直流电机转矩的动态特性,执行效率很高。(C language in the Simulink environment for three-phase inverter for the numerical simulation letter S several sources. The simulation source code a unique way : the use of new mathematical model to the phase inverter for the dynamic process flow simulation, This is similar to other models, there is no unique expenditures, Simulation can be used for precision brushless DC motor torque to the dynamic characteristics of high efficiency.)
    2007-04-04 13:05:30下载
    积分:1
  • NRZ
    上述代码对光纤通信系统中的常用NRZ码时域和频域特性进行了分析,NRZ适于短距离低速率光纤通信系统中使用,其频谱特性相对于RZ码频谱较窄,但峰值功率较高,对非线性容忍度较小(NRZ,modulation,PMD analysis)
    2012-06-11 11:23:56下载
    积分:1
  • forloop.cpp
    利用C++程序语言编译的C++中for循环的一个实例的控制台程序。(Using the console application for an example of a cycle of C++ program in C++ language compiler.)
    2015-03-24 10:58:23下载
    积分:1
  • math_form
    this document a list of mathemtical forms
    2013-07-09 16:42:39下载
    积分:1
  • Dynamic-Modeling-four-rotor-aircraft
    对四旋翼飞行器进行了动力学分析,并在动力学建模的基础上设计了PID控制器,通过simulink仿真。(Four-rotor aircraft for the kinetic analysis and modeling on the basis of kinetic design PID controller, through the simulink simulation.)
    2016-04-18 10:05:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载