Description: Canny边缘检测算法,canny算法计算梯度,并从小波模极大重构图像.-Canny edge detection algorithm, canny algorithm for calculating the gradient, and from the Wavelet Modulus Maxima Image Reconstruction. Platform: |
Size: 7168 |
Author:晶 |
Hits:
Description: 包括整个虹膜识别的预处理部分,分为多个函数部分,即简单图像增强,Canny算子提取边缘,Hough变换定位内外圆形边界进行风格,以及最后的归一化 -- 将圆环展为矩形。附带几张图像及自制的界面程序,并不是很完善,但整体的预处理任务已经较好的完成,如果进一步提高性能,可以先把Hough变换改为最小二乘拟和算法。-Cover the whole iris recognition pre-processing part is divided into multiple function part, that is, a simple image enhancement, Canny operator edge extraction, Hough transform internal and external circular positioning border style, and finally normalized Circle exhibition will be rectangular. Fringe images and made a few interface procedures, is not very perfect, but the overall pre-processing tasks have been better to complete, if further improve performance, first Hough transform can be replaced by least squares fitting algorithm. Platform: |
Size: 118784 |
Author:李杨 |
Hits:
Description: canny边缘检测算子的c源代码
一维高斯分布函数,用于平滑函数中生成的高斯滤波系数 ,用高斯滤波器平滑原图像
-canny edge detection operator c source code for one-dimensional Gaussian distribution function for the smooth function of the Gaussian filter coefficients generated by Gaussian filter smoothing the original image Platform: |
Size: 3072 |
Author:casey1986 |
Hits:
Description: canny算法的matlab实现,可以放到图像处理算法中得到更好的结果-canny algorithm matlab to achieve, you can put image processing algorithms get better results Platform: |
Size: 1024 |
Author:hell |
Hits:
Description: 使用matlab进行边缘提取,更加深刻的理解canny算法应用-Using matlab to edge extraction, a more profound understanding of the application of canny algorithm Platform: |
Size: 4096 |
Author:yuyu |
Hits:
Description: 做项目的时候编写的程序,用于人眼边缘的提取。canny算法。在程序中需要对人眼的大体位置进行调整-The preparation of projects to do when the procedures used to extract the edge of the human eye. canny algorithm. In the procedure necessary to the human eye to adjust the general position Platform: |
Size: 2048 |
Author:晓晖 |
Hits:
Description: 边缘特征提取。可以实现Prewitt Roberts Log Canny 四个算法。-Edge feature extraction. Can be achieved in four Prewitt Roberts Log Canny algorithm. Platform: |
Size: 7168 |
Author:臧超 |
Hits:
Description: canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorithm is applied to different occasions. It allows the parameters to achieve specific requirements according to different adjustments in order to identify characteristics of different edge. For real-time image processing on a PC is probably too slow can not be used, especially in the use of a large Gaussian filter circumstances. But we should also take into account the processor speed has been increasing. Platform: |
Size: 1024 |
Author:鱼儿很忙 |
Hits:
Description: canny算法的一个简易实现,关于两个阈值的连接问题采用了膨胀的方法,较为使用,经比较发现与matlab自带函数相差不大-canny algorithm is a simple implementation, two thresholds on the issue by the expansion of the connection method, the more use, by the comparison function that comes with little difference matlab Platform: |
Size: 2048 |
Author:吕致毅 |
Hits:
Description: Matlab code to acquire a frame from video input device and find edges using canny algorithm Platform: |
Size: 1024 |
Author:Uncle82 |
Hits:
Description: Canny edge detector algorithm matlab codes
This part gives the algorithm of Canny edge detector. The outputs are six subfigures shown in the same figure:
• Subfigure 1: The initial "lena"
• Subfigure 2: Edge detection along X-axis direction
• Subfigure 3: Edge detection along Y-axis direction
• Subfigure 4: The Norm of the image gradient
• Subfigure 5: The Norm of the gradient after thresholding
• Subfigure 6: The edges detected by thinning
Platform: |
Size: 843776 |
Author:arjun bhare |
Hits: