搜索资源列表
biyuantiqu_canny
- 用CANNY算子进行图象边缘提取的程序,应用广泛,附测试图片-with Canny operator Image Edge Extraction procedure, widespread use, testing Photo :
eyedemo
- 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。
Canny
- 用Canny算子提取边缘。使用vc6.0实现,并且附带测试图片lina。
CannyEdge
- canny算子提取边缘 效果很不错 可以对8位灰度图实现完美的边缘提取
oil_tank_detection
- 基于遥感影像的油罐自动检测算法,利用改Canny 边缘提取算法、改进椭圆Hough 检测算法及基于金字塔的图像搜索算法,实现了油罐的自动检测.-An Automatic Oil Tank Detection Algorithm Based on Remote Sensing Image
Canny
- 本实例程序实现了 用Canny算子提取边缘的算法而且包含了示例图片。-This example program implements Wiener filtering algorithms and contains sample image.
Hough_Transform
- 先画了一个等边三角形,然后进行canny边缘检测,再霍夫变换提取了三角形的三条边,附带一份说明用word文件,适合初学霍夫变换的人使用-At first, this Matlab program draws a equilateral triangle. Then get its edge with canny operator and get three Hough Transfom straight line. There is an word document in this zip wh
canny
- 基于canny算法的物体边缘提取,可用于提取质心及提取物体尺寸。(Object edge extraction based on Canny algorithm.)
车牌识别
- python+opencv实现车牌识别,通过canny算子边缘检测+颜色识别提取车牌区域(License plate recognition based on Python + opencv)