资源列表
imraesegmentation
- Use matlab to implement level set image segmentation
biaojiliantongyu
- 标记连通域,可以标记出好几种类型的连通域-biao ji lian tong yu
Histogram-equalization
- 在图像识别与处理中的直方图均衡化操作,包括了示例图片和程序-Histogram equalization operation in image recognition and processing, including sample pictures and programs
PicEva3.2
- 该程序利用人眼视觉特性,进行虹膜图像的质量评价,选择高质量的虹膜图像进行识别应用-procedures for the use of the human visual characteristics, iris image quality evaluation, choice of high-quality images of Iris Recognition Application
xhoughtool1.1.tar
- 使用Hausdorff 距离进行图像匹配-Hausdorff distance-based matching code
球变形
- 用Matlab进行钢板挤压小球变形的动画仿真,其中椭球体的体积公式为V=4*pi*a*b*c/3, a、b、c为其3个轴的半长。(Animation simulation of the deformation of steel plate extruded ball)
solut3-4th
- Pattern_Recognition_4nd _CH3-solution
jiyuzhongxinderenlianshibie
- 对人脸用中心统一确定模板,然后扩大、旋转进行匹配,最后输出扩大倍数、旋转角度。-right center with a uniform template, and then expanded, and rotating match, the final output expanded multiples of the rotational angle.
3.0
- 对简单的验证码的识别,制作库文件的话,可以保证100 的识别-Verification code for simple identification, production library, then you can ensure 100 of the identified
Edge_Detect
- 这是图像边缘检测代码,非常准确。可用于图像识别、车牌识别、图像搜索等,非常实用!极力推荐!
face-recognition
- 用于模式识别的人脸识别方法,特征提取以及分类器改进-Face recognition method for pattern recognition, feature extraction and classifier improvement
eyedemo
- 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。