搜索资源列表
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,包括具体的步骤介绍,细节描写,C++源代码-Classical edge detection algorithm-canny, including specific steps, the details of descr iption, C++ source code
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-edge-operator
- 用Canny算子提取边缘,vc源码,是图像处理入门的好源码-Extracted with the Canny edge operator, vc source code, is a good entry-source image processing
canny
- canny算子的matlab源码。canny算子主要用于数字图像处理中的边缘提取以及锐化-matlab source canny operator. canny operator is mainly used for digital image processing and edge extraction in the sharpening
CANNY
- 基于CANNY算子提取边缘,包括提取同心圆等特征,属于底层图像处理-CANNY OPERTOR
Canny-operator-with-edge-extraction
- 用MFC实现用Canny算子提取边缘),是C++的基础学习,MFC编程-Using MFC Canny operator to extract edge), is the basis for learning C++, MFC Programming
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)