资源列表
block
- 将一幅灰度图像分割为大小为指定大小的图像-divide a gray image into a specified size image
final_cu
- 粗配准。通过寻找特征点和计算胡氏矩的方法对衣服图像进行粗配准。-rough registration.
psnr1
- 本程序功能是计算2幅彩色图像的PSNR,以此来评价图像处理运行的结果保存在变量PSNR中-This program features the calculation of two color images of the PSNR, in order to evaluate the effect of image processing the results of running stored in variables in PSNR
create_syntetic_images.m
- Creates synthetic images to make tests in matlab. Useful for image registration and correspondence problems
RegionGrow
- 对二值图像,利用区域生长算法实现连通区域的标记-For binary image, using the region growing algorithm to achieve the mark of connected regions
1
- 用matlab实现图像的基本操作。反转,变换,滤波等。-Using MATLAB to achieve the basic operation of the image. Inversion, transform, filter.
regiongrow
- matlab实现区域生长法图像分割,分割结果比较理想-matlab region growing image segmentation, segmentation results
Hu_moment
- 计算图像的几何不变矩Hu-moment。结果表明,第一、二阶Hu-moment能够较好地保持缩放不变特性。-Calculate the image geometric invariant moments of Hu-moment. The results show that the first, second order Hu-moment can better maintain the scale invariant feature.
work
- 图片校正算法,数字图像处理,双线性方程建模函数式-Image correction algorithm, digital image processing, bilinear equation modeling functional
touyingfenge
- 通过建立图像的水平和垂直投影对图纸进行分割-The projected image segmentation
a102
- 利用压栈和出栈实现十进制到任意进制的转换。-Stack decimal to any hex conversion
Symmetric-Nearest-Neighbor-SNN
- 对称近邻均值滤波 function [Y,Xpad] snn(X,WINSZ) X——待处理图像 WINSZ——模板尺寸-Symmetric Nearest Neighbor, SNN function [Y,Xpad] snn(X,WINSZ) X——Image to be processed WINSZ——window size