搜索资源列表
Canny边缘检测
- 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge.
fast-Canny
- 用Canny算子提取边缘 高速mfc计算可以学习参考-Canny operator extract high risk calculation can learn mfc reference
用Canny算子提取用Canny算子提取边缘
- 用Canny算子提取用Canny算子提取边缘.rar边缘.rar用Canny算子提取边缘.rar-Canny operator extract Canny edge detection operators. Rar edge. Can use rar ny operator edge extraction. rar
Canny
- 用canny算子提取边缘,核心:用高斯滤波器平滑图像;一阶偏导的有限差分计算梯度的幅值和方向;非极大值抑制;双阈值算法检测和连接边缘。
用Canny算子提取边缘
- 用Canny算子提取边缘,在readme里有详细的使用说明-with Canny operator from the brink of the readme are detailed usage
用Canny算子提取边缘9
- 用Canny算子提取边缘matlab-with Canny operator from the edge Matlab
Canny算子提取边缘
- Canny算子提取边缘,内带图片,可运行,效果不错
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!
MatlabSourceCode
- 常见的图像处理matlab源代码,包括梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Canny算子提取边缘、阈值变换、直方图均衡、中值滤波。-Matlab Source Code about Image Processing
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
- canny算子提取边缘,vc++实现,包括测试图片,功能完整-canny
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算子提取边缘,包括提取同心圆等特征,属于底层图像处理-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算法特征提取,可以有效提取边缘特征。(canny algorithm feature extraction can extract the edge characteristics effectively .)
Canny算子
- canny算子提取边缘图像,源代码,非调用(The Canny operator to extract the edge image, source code, non cal)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
image process
- 基础图像预处理的代码实现,均值/中值滤波,sobel/拉普拉斯/canny 提取边缘,直方图均衡化以及直方图规定化(Fundamental image preprocessing code implementation, mean/median filtering, sobel/Laplacian/canny extraction edges, histogram equalization, and histogram specification)