Description: 在Matlab上基于Hough变换开发的快速圆检测方法,可应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。 -in Matlab Hough transform based on the rapid development of a round detection method can be applied to the detection of iris image, the completion of the iris, outside edge positioning. Platform: |
Size: 1329 |
Author:djksdf |
Hits:
Description: 在Matlab上基于Hough变换开发的快速圆检测方法,可应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。 -in Matlab Hough transform based on the rapid development of a round detection method can be applied to the detection of iris image, the completion of the iris, outside edge positioning. Platform: |
Size: 1024 |
Author:djksdf |
Hits:
Description: Hough变换快速实现多圆检测的算法。没有使用循环,但内存需求大。-Hough transform and more quickly realize the algorithm for circle detection. Do not use the cycle, but the memory demand. Platform: |
Size: 1024 |
Author:major |
Hits:
Description: 基于霍夫变换开发一种较通用的快速圆检测方法,并将之应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。-Hough transform based on the development of a more general-purpose fast circle detection methods, and to apply it to the detection of iris images, the completion of the iris inner and outer edge of the positioning. Platform: |
Size: 1024 |
Author:liming0028 |
Hits:
Description: Detection of Iris with segmentation and dilatation,
Not performant algorithm, better with hough transform Platform: |
Size: 1024 |
Author:zepek |
Hits:
Description: Hough 变化查找圆 可用于虹膜检测等 效果不错-Hough circle can be used to find changes in the iris detection, good results Platform: |
Size: 1024 |
Author:xiaohua |
Hits:
Description: this pdf file gives good understanding of how to implement iris detection and recognition in matlab..it includes all steps to make the project understandable. Platform: |
Size: 1758208 |
Author:bunty |
Hits:
Description: 1.GeometricContext文件是完成图片中几何方向目标分类。
参考文献《Automatic Photo Pop-up》Hoiem 2005
2 GrabCut文件是完成图像中目标交互式分割
参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》
C. Rother 2004
3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码
4 虹膜识别程序是下载的一个通用的虹膜识别程序,可以运行
5 GML_AdaBoost_Matlab_Toolbox是一个很好用的adaboost matlab工具箱
6 libsvm-mat-2.91-1 是用C编写的改进的SVM程序,代码质量很高,提供了matlab接口
7 SIFT_Matlab 是编写的利用sift特征进行的宽基线匹配,代码质量高
8 FLDfisher 是利用fisher 线性降维方法进行人脸识别-1.GeometricContext file is complete the picture in the geometric direction of target classification. References " Automatic Photo Pop-up" Hoiem 2005 2 GrabCut the target file is an interactive segmentation of image reference " " GrabCut " - Interactive Foreground Extraction using Iterated Graph Cuts" C. Rother 2004 3 HOG documents prepared under their own HOG Characteristics of pedestrian detection matlab code 4 iris recognition process is to download a general iris recognition program, you can run 5 GML_AdaBoost_Matlab_Toolbox is a good use of adaboost matlab toolbox 6 libsvm-mat-2.91-1 is written in C to improve the SVM procedures, code of high quality, provides a matlab interface to 7 SIFT_Matlab is prepared for the use of sift features a wide baseline matching, the code is the use of high quality 8 FLDfisher fisher linear dimension reduction method for face recognition Platform: |
Size: 6918144 |
Author:张数 |
Hits:
Description: 程序可实现人眼虹膜、眼睑及睫毛分割,主要功能有:(1)虹膜内外圆的霍夫圆检测;(2)眼睑检测以及参数方程的求解;(3)睫毛的最优化阈值处理。
vc文件夹下包含以下四个内容:(1)最后编译生成的.exe文件;(2)包含主要算法的.h头文件;(3)两幅原始图像(yangjing1.bmp,yanjing2.bmp);(4)两幅经过MATLAB进行自适应直方图均衡化的图像(yanjing11.bmp,yanjing22.bmp)-Program can achieve human iris, eyelids and eyelashes segmentation, the main features are: (1) iris inside and outside the circle Hough circle detection (2) eyelid detection and parameter equation (3) the optimal threshold eyelash treatment. vc folder contains the following four elements: (1) generated by the final compilation. exe files (2) contains the main algorithm. h header files (3) the two original image (yangjing1.bmp, yanjing2.bmp) (4) After two MATLAB adaptive histogram equalization image (yanjing11.bmp, yanjing22.bmp) Platform: |
Size: 154624 |
Author:郭卉 |
Hits:
Description: nonmaxsup——非最大值抑制
hysthresh——设定阈值区间,返回一个二值化图像
canny——边缘探测,图像边缘增强
adjgamma——调整图像的伽马值
findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标
circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标
houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆
findcircle——计算所得线上各点的坐标归纳出一个圆的半径和圆心,确定该圆的各点坐标
gaborconvolve——利用一维盖伯滤波器对图像进行处理
gethammingdistance ——返回两幅虹膜图像提取的特征码之间的海明距离
linecoords——返回一条线的上各点的x,y坐标值-nonmaxsup- non-maximum suppression hysthresh- set the threshold range, returns a binary image canny- edge detection, image edge enhancement adjgamma- adjust the image' s gamma value findline- linear Hough transform and Canny edge detection get the coordinates of each point circlecoords online- Returns coordinate houghcircle on the circle of the radius and center coordinates of the points decision pixels- After taking a picture canny transformation, using hough transform to find the image of a circle findcircle- the calculated coordinates of each point line summed up a circle of radius and center, to determine the coordinates of each point of the circle gaborconvolve- using a 维盖伯 filter for image processing gethammingdistance- returns two iris images extracted linecoords Hamming distance between the signature- a return line to the points on the x, y coordinate values Platform: |
Size: 4573184 |
Author:廖志伟 |
Hits: