搜索资源列表
canny
- canny边缘检测的vc代码,可以实现图像的边缘提取,效果不错
Canny
- 数字图像处理,CANNY算子边缘检测,VC++代码,包括算法测试图片等
canny
- canny边缘检测算法在opencv的简单实现,很实用的代码
canny
- 这是基于canny算子的边缘检测代码,基于vc环境,程序简洁
Canny
- 实现了bmp图像的Canny边缘检测,非常好的代码,欢迎下载-canny edge detection
ruzon.tar
- 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
matlab_4
- 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
simplecanny
- 基于OpenCV库,采用c++语言实现的canny边缘检测算法核心代码-Based on the OpenCV library, the use of c++ Language canny edge detection algorithm of the core code
cannyfinal
- canny边缘检测源代码:边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-source code canny edge detection: edge detection for image understanding, target detection, tracking and other issues is very important that the code to do the canny edge detection operator
CImageEdgeDetection
- 边缘检测代码,包含Sobel、canny等经典边缘检测算子-image edge detection code
canny
- 图像处理的canny算子边缘检测的vc代码-canny code of vc
CANNY
- 上学时导师给的边缘检测代码,是经典的Canny算子边缘检测。C代码,可供大家学习,实验-School teacher to the edge detection code, is a classic Canny edge detection operator. C code, for them to learn, experiment
kucanny
- 经典的canny边缘检测算法,是学习边缘检测的好代码-good canny edge detection,
EdgeDetect
- canny和sobel边缘检测算子在matlab下进行边缘检测代码,并在参数方面做以优化-canny and sobel edge detection under matlab
canny
- 基于opencv的VC++的图像canny边缘检测算法代码-canny contour detection
canny
- Canny边缘检测是一种基于最优化算法的边缘检测算子,具有检测精度高和信噪比良好等优点。本代码完整实现了Canny算子,并利用canny算法对输入图像进行边缘检测,输出边缘图像。-Canny operator is an edge detection operator based on the optimized method. This code implemented Canny operator, and output the edge image.
canny-code
- canny源代码,数字图像处理经典代码,canny边缘检测-canny code
canny
- canny边缘检测代码,实现检测图像的边缘信息,可以提取出图像的边沿-Canny edge detection code to detect the edge of the image information, you can extract the edge of the image
Canny-edge-detection
- canny边缘检测,实例代码,亲测可用,欢迎下载-Canny edge detection
Canny
- MATLAB 的canny边缘检测代码 , 亲测好用。。。。。。。。。。。。。。(Edge Detection Algorithms in MATLAB)