资源列表
outs
- 基于直方图的OUTS灰度图像分割源码,一个基础的程序,适合初学者学习,进一步了解OUTS。
GrTheory
- 图像匹配的有关程序,挺不错啊,想和大家一起学习一下
createiristemplate
- createiristemplate - generates a biometric template from an iris in % an eye image. % % Usage: % [template, mask] = createiristemplate(eyeimage_filename) % % Arguments: % eyeimage_filename - the file name of the eye image % % Outpu
gethammingdistance
- % gethammingdistance - returns the Hamming Distance between two iris templates % incorporates noise masks, so noise bits are not used for % calculating the HD
gaborconvolve
- gaborconvolve - function for convolving each row of an image with 1D log-Gabor filters % % Usage: % [template, mask] = createiristemplate(eyeimage_filename) % % Arguments:
normaliseiris
- normaliseiris - performs normalisation of the iris region by % unwraping the circular region into a rectangular block of % constant dimensions.
ImageMove
- 实现图像处理的程序,可以放大缩小,移动等等功能。
foreman_qcif
- 很难找的yuv测试文件,大小为176*144,会尽力陆续补全yuv测试序列。
Akio
- 包括Akio_cif.yuv(352*288)和Akio_cif.yuv(176*144)两个测试用文件
matlabtuxiangchulidaima
- matlab图像处理代码汇总,包含很多小程序哦
tuxiangzengqiang
- 六种图像增强的方法,线形反锐化掩膜方法,直方图均衡等。
thresh_md2
- 最大类间方差分割方法,适合对图像进行一些预处理后在用,分割很好的。