搜索资源列表
eyedemo
- 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。
hough
- hough变换是对图像进行预处理后,提取角点的算法。希望这段代码可以很好帮到大家,-hough transform of images after pretreatment Corner extraction algorithms. I hope this code can be a good help to you,
HoughTransform
- Hough变换及其扩展算法,在图像处理领域应用广泛,值得仔细研究-Hough transform and its expansion algorithm, widely used in image processing, it is worth careful study
hough
- 实现霍夫变换,进行圆周滤波,二值化后进行木匾检测,并将目标通过矩形框显示-Realize the hough transform, circular filtering, binarization after detection of wooden plaque, and will target through rectangular box shows
Houghre
- 基于opencv的计算机视觉程序,优化图像,并通过霍夫变换寻找图像中的矩形。-Opencv based on computer vision programs, optimize the image, and Hough transform by finding the image rectangle.
hough_circle
- 霍夫变换可以检测直线,矩形和圆,这里是检测圆形程序,很不错(Hough transform can detect lines, rectangles and circles, here is the detection of circular procedures, very good)