搜索资源列表
zernike1
- zernike矩算法,matlab语言开发,可用于图像匹配等-zernike moments algorithm, Matlab language can be used for image matching, etc.
zernike.rar
- 关于图像矩代码的 MATALB 源程序 关于图像分割,image
pzernike.rar
- 伪Zernike矩特征提取,Zernike矩特征提取,供参考,很有用,Pseudo-Zernike moment feature extraction, Zernike moment feature extraction, for reference, very useful
615155zernike
- 用matlab求Zernike矩的源代码,很有用哦-Zernike moments with matlab seeking the source code, very useful Oh
computezernikemoment
- 此代码用来计算一副图像的zernike矩-compute zernike moment
invariant
- 用三种不变矩来进行图像识别处理,已经证明程序可行-Angle of moment invariants to identify the
zernike
- Zernike矩用MATLAB代码实现,希望对Zernike矩的朋友有所帮助。-Zernike moments code under MATLAB
wavelet
- A new approach for fingerprint verification, based on wavelets and pseudo Zernike moments (PZMs), is discussed. PZMs are robust to noisy images, invariant to rotation and have a good image reconstruction capability [4]. PZMs have been used for
zernike
- 矩不变量,适用于图像匹配,数字水印,图像重建-Moment invariants, applicable to the image matching, digital watermarking, image reconstruction
zernike
- 从一个模式识别toolbox摘取的计算zernike不编矩的源代码 结果为图像的n阶m重zernike不变矩-Removal of a pattern recognition toolbox from the calculation of moments zernike source code is not compiled the results of the n-order m for the re-image the same moment zernike
image
- 几篇有关图像归一化文章,基于Zernike矩的图像归一化技术的研究,基于矩的图像归一化技术与Matlab实践,计算机图像形态测量中的校准与归一化,图像阈值化技术的综述_分类及评价-A few essay about the image of the normalized articles
TestWaveletZernike
- 小波和Zernike矩的做图像特征提取的一个matlab程序,相比单独实用识别率明显改善-Wavelet and Zernike moments to do image feature extraction matlab program, compared to a separate the practical recognition rate improved significantly
Zernike_shearing
- matlab编写Zernike多项式拟合横向剪切波前重建。-matlab write Zernike polynomial fitting transverse shear wave before reconstruction.
Zernike-matlab
- 图像边缘检查中的Zernike矩变换的Matlab代码-The edge detection of the image of Zernike moments transform Matlab code
zernike
- zernike矩的源代码,非常不错,用matlab编的,值得下载-zernike moments of the source code, very good, with matlab code, it is worth downloading
zernikemoment
- zernike矩算法。通过此算法,能够获得更加精确的zernike矩的模板。-MATLAB algorithm for perfect zernike moment
EdgeDetecion
- 实现基于Zernike矩的亚像素级边缘检测。Matlab代码。-To achieve sub-pixel level edge detection based on Zernike Moments. Matlab code.
IamgeReconstruction(Zernike)
- 实现基于Zernike矩的图像重建,Matlab代码。-For image reconstruction based on Zernike moment, Matlab code.
Data Acquisition
- 下面给出了48项泽尼克多项式,外加一项常数项。需要注意的是,读者并不需要严格按照下文所示的顺序排列这些泽尼克项,实际上在不同的应用和机构会采用不同的排列顺序。 表中的#0项是个常数或者说是平移项(piston term),这一项的系数也代表了平均光程差;而#1和#2项分别是x和y方向的倾斜项(tilt terms),#3代表了聚焦,因此,#1到#3项代表了波前的高斯或者近轴特性;#4和#5项代表了像散和离焦,#6和#7项代表彗差和倾斜,而#8项代表了3级像差和离焦,也就是说#4到#8项为3级相
Zernike矩图像重建
- 基于Zernike矩对图像进行重建,以matlab编写