搜索资源列表
Canny算子提取边缘
- Canny算子提取边缘,内带图片,可运行,效果不错
用Canny算子提取边缘
- 用Canny算子提取边缘,在readme里有详细的使用说明-with Canny operator from the brink of the readme are detailed usage
Canny算子与边缘检测
- Canny算子与边缘检测,一个用完整的图像边缘提取算法-Canny operator and edge detection, complete with an Image Edge Extraction Algorithm
用Canny算子提取边缘9
- 用Canny算子提取边缘matlab-with Canny operator from the edge Matlab
利用Sobel边缘算子法对图像进行边缘提取的源代码
- sobel边缘算子对图像进行边缘提取,简单实现,对图像处理的朋友大有裨益。-pixel Edge Operator right image edge extraction, the simple realization of the right image processing friends useful.
Canny边缘检测
- 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge.
canny算子
- canny算子边缘提取 基于256色图像进行操作-canny operator Edge Detection Based on 256 color images operation
fast-Canny
- 用Canny算子提取边缘 高速mfc计算可以学习参考-Canny operator extract high risk calculation can learn mfc reference
Canny-sharp
- 这是位图用CANNY算子进行边缘提取的源程序代码及测试图片!-This is the bitmap using Canny operator for edge detection of the source code and test pictures!
Canny
- 用canny算子提取边缘,核心:用高斯滤波器平滑图像;一阶偏导的有限差分计算梯度的幅值和方向;非极大值抑制;双阈值算法检测和连接边缘。
Canny
- Canny算子边缘提取,对躁声克服教好.比传统的算法有较大优势.-Canny edge detection operator to overcome the impatient voice of teaching. Than the traditional algorithm has a larger advantage.
canny
- canny边缘检测的vc代码,可以实现图像的边缘提取,效果不错-canny edge detection vc code, you can realize the image edge extraction, the effect of good
Canny
- 本程序为用canny算法进行图像的边缘提取,效果较好-This procedure using canny algorithm image edge extraction, effect better
canny
- 该程序在matlab平台上实现了用最佳提取图像边缘的canny算子提取整副图像的边缘象素. 其中利用高斯函数滤除噪声和用高斯算子的一阶微分对图像滤波合并为一个算子,通过形态学算子将两幅图像的边缘进行连接.-The program in matlab platform to achieve the best extraction of the canny edge operator extract the whole image ed
Canny
- 用Canny算子提取边缘,已经过测试,可以直接运行
canny
- Canny算子边缘提取代码,可以对图像进行边缘提取,采用VC 实现,编译后可以直接运行。-Canny edge detection operator code, the image edge extraction, the use of VC to achieve, the compiler can be run directly.
Canny
- 用Canny算子提取边缘。使用vc6.0实现,并且附带测试图片lina。-err
Canny
- 图像的边缘检测(用Canny算子提取边缘)-Image edge detection (using Canny edge extraction operator)
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)