搜索资源列表
Canny算子提取边缘
- Canny算子提取边缘,内带图片,可运行,效果不错
Canny.rar
- Canny算子是图象锐化的一种,被用来景物边缘检测与提取的。是一种较好的边缘检测算子。,Canny is a kind of image sharpening。Canny is used to the scene s edge detection and extraction. It is a better edge detection operator
Canny.rar
- 用Canny算子提取边缘,只能处理8位的BMP图像!对于学习DIB类非常有用!,Extracted by Canny edge operator can only handle 8-bit BMP images! DIB category for the study is very useful!
canny.rar
- canny算子边缘提取。用matlab编写,并有详细的解释。,use matlab to canny edge detection operator,with a detailed explanation.
canny
- 椭圆检测拟合程序,能够从图片中自动提取椭圆并进行拟合 -Ellipse detection fitting procedure can be automatically extracted from the image to fit the ellipse and the
Canny
- 用Canny算子提取边缘是一个基于VC++6.0用于数字图象处理的界面程序。-Extracted by Canny edge operator is a based on VC++ 6.0 for digital image processing program interface.
canny
- 本代码主要实现用Canny算子提取边缘,VC++环境下实现~-The main achievement of this code using Canny edge extraction operator, VC++ Environment to achieve ~
Canny
- 该代码是在vc++下编写的,最后能实现用Canny算子提取图像的边缘,附带测试图像,比较实用的边缘提取算法-The code is vc++ Prepared, and finally to achieve using Canny operator extract image edge, fringe test images, more practical edge extraction algorithm
CANNY
- 利用CANNY边缘算子实现二维图像的边缘特征的提取,提取的边缘特征优于其它算法-Using Canny edge operator achieve two-dimensional image of the edge feature extraction, edge feature extraction is superior to other algorithms
Canny
- canny算子提取边缘,vc++实现,包括测试图片,功能完整-canny
Canny
- CAnny算子提取边缘 边缘检测中canny良好独特的效果,广受青睐。内附完整的VC项目文件,和原图像及实验结果图像-Canny edge extraction operator Edge Detection canny good effect unique and widely popular. Containing a complete VC project documents, and the original image and experimental result image
canny
- 经典的边缘提取算法-canny,包括具体的步骤介绍,细节描写,C++源代码-Classical edge detection algorithm-canny, including specific steps, the details of descr iption, C++ source code
Canny
- canny边缘提取算法,很好的图像处理算法值得一看-canny
Canny
- canny算法最经典的算法,边界提取效果很好,修正了一些bug-canny algorithm and classic algorithms, edge extraction well, a number of bug fixes
canny
- 基于canny算子的面部特征提取,很实用-Canny operator based on the facial feature extraction, it is practical
Canny
- 一种提取图像的边缘特征经典方法,适合于初学者学习-Extraction of the image edge feature
canny
- canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
Canny
- 使用canny 算子提取边缘,canny算子可以获得连续的边缘。-Extracted using the canny edge operator, canny operator can obtain a continuous edge.
canny
- 基于python语言的canny使用,对图片进行边缘检测,提取图片的边缘曲线(Canny based on the Python language, edge detection of the image, extract the edge of the image curve)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)