登录
首页 » matlab » chap03

chap03

于 2009-02-18 发布 文件大小:3KB
0 276
下载积分: 1 下载次数: 74

代码说明:

  ch3_1_1:嵌套使用图像代数函数 ch3_1_2:两幅图像相加 ch3_1_3:图像与常数相加 ch3_1_4:两幅图像相减 ch3_1_5:两幅图像相乘 ch3_1_6:图像除以常数[两幅图像相除ch3_2_1:图像缩放 ch3_2_2:图像旋转 ch3_2_3:图像剪切 ch3_2_4:生成和应用仿射变换 ch3_2_5:findbounds函数的应用 ch3_2_6:makeresampler函数的应用ch3_2_7:投影变换 ch3_3_1:计算图像的局部标准差 ch3_3_2:计算输入图像的3×3邻域像素值的最大值(§3.3.2) 根据指定的坐标选择一个六边形区域 按灰度分割图像中的目标 函数poly2mask的调用格式 对指定区域进行锐化滤波 填充指定的区域 (ch3_1_1: nested function using the image algebra ch3_1_2: the sum of two images ch3_1_3: Image and constant sum ch3_1_4: subtract two images ch3_1_5: two images multiplied ch3_1_6: image divided by the constant [two images division] ch3_2_1: image scaling ch3_2_2: Image Rotation ch3_2_3: image shear ch3_2_4: Generation and application of affine transformation ch3_2_5: findbounds function application ch3_2_6: makeresampler function application ch3_2_7: projection transformation ch3_3_1: Calculation of the local standard deviation image ch3_3_2: Calculation of the input image 3 × 3 neighborhood of the maximum pixel value [§ 3.3.2] in accordance with the designated coordinates to select a hexagonal region segmentation by gray-scale image of the objective function calls poly2mask format designated area sharpening filter to fill the designated regional)

文件列表:

chap03
......\ch3_1_1.m
......\ch3_1_2.m
......\ch3_1_3.m
......\ch3_1_4.m
......\ch3_1_5.m
......\ch3_1_6.m
......\ch3_2_1.m
......\ch3_2_2.m
......\ch3_2_3.m
......\ch3_2_4.m
......\ch3_2_5.m
......\ch3_2_6.m
......\ch3_3_1.m
......\ch3_3_2.m
......\ch3_3_3.m
......\ch3_4_1.m
......\ch3_4_2.m
......\ch3_4_3.m
......\ch3_4_4.m
......\ch3_4_5.m

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

发表评论

0 个回复

  • DFT
    实现dft基本功能。对频率分辨率有特殊说明,希望对您有帮助。(The realization of the basic functions of dft. Frequency resolution of special note, I hope for your help.)
    2009-05-16 12:47:23下载
    积分:1
  • minconPS
    坐标轮换法求解多维约束问题极值,坐标轮换法求解多维约束问题极值(Coordinate Rotation Method Constrained extremum)
    2010-05-25 12:38:11下载
    积分:1
  • plate
    a plate under temperature distribution. this program divisions the plate to 20 element and clculates temperature at each node
    2014-08-14 17:05:57下载
    积分:1
  • fdatool
    一份FDAtool使用、参数设置较详细的资料( FDATOOL)
    2013-09-03 19:11:05下载
    积分:1
  • linear_array
    雷达系统仿真类的,天线波束中,产生一个线性阵列信号。(Radar simulation system and the like, the antenna beam, the signal to generate a linear array.)
    2013-12-02 15:57:52下载
    积分:1
  • blind_deblur(Fergus-R)
    基于matlab模糊图像处理的一些m代码。主要有模糊核的计算 以及运动模糊图像的复原等等(M matlab code based on some fuzzy image processing. There are fuzzy core computing and motion-blurred image restoration, etc.)
    2020-11-04 15:59:52下载
    积分:1
  • Mie_abs
    计算Mie散射过程中粒子的吸收系数,对研究粒子散射问题有帮助(calculated Mie scattering particles in the process of absorption, scattering particle research help)
    2020-12-18 10:19:12下载
    积分:1
  • M-Files
    梁元进行有限元分析时可利用的函数,很不错,有一定价值(Beam element for finite element analysis of available functions, very good, there is some value)
    2010-06-02 12:17:22下载
    积分:1
  • 1D_Gabor_transform
    这个MATLAB软件包实现了小波在一维Gabior样转换的文件中所述: [1] K.N.乔杜里,M.,王凤琴,“建设希尔伯特变换的双 波基和Gabor变换,“对信号的IEEE交易 加工,第一卷。 57,没有。 9,3411-3425,2009年9月。 作者:K.N.乔杜里。 模块如下: --------------------------- 1。 demo.m 一个简单的例子演示软件的使用。 2。 autcorr.m 计算自相关函数的频率响应。 3。 filters.m 计算尺度和小波滤波器。 4。 projectionFilters.m 到近似计算的投影最小二乘过滤器 空间。 5。 analysis.m 计算复杂的小波子在不同的分辨率。 6。 synthesis.m 从低通逼近和重构原始信号 小波系数。 7。 displayResults.m 显示输入信号,真实,小波虚componenets 子带,在每一项决议和其modlus和相位,也是 重建信号和错误的。 8。 exception.m(This MATLAB package implements the Gabior-like wavelet transform in 1-dimension as described in the paper: [1] K.N. Chaudhury, M. Unser, "Construction of Hilbert Transform Pairs of Wavelet Bases and Gabor-Like Transforms," IEEE Transactions on Signal Processing, vol. 57, no. 9, pp. 3411-3425, September 2009. Author: K.N. Chaudhury. The modules are as follows: --------------------------- 1. demo.m Demonstrates the usage of the software with a simple example. 2. autcorr.m Computes the frequency response of the autocorrelation function. 3. filters.m Computes the scaling and wavelet filters. 4. projectionFilters.m Computes the filters for the least-squares projection onto the approximation spaces. 5. analysis.m Computes the complex wavelet subbands at different resolutions. 6. synthesis.m Reconstructs the original signal from the lowpass approximation and the wavelet coefficients. 7. displayResults.m Disp)
    2012-05-12 17:21:38下载
    积分:1
  • line
    matlab在通信原理中的应用,信道编码线性码仿真,希望大家能用得上!(matlab in Communication Theory in the application of channel coding linear code simulation, hope that we can useful!)
    2008-04-12 21:16:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载