搜索资源列表
Canny Edge Detection
- canny边缘检测算子,可以对灰度数字图象的弱边缘进行很好的检测-canny edge detection operator, Gray figures to be the weak image edge detection for good
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
- 实现了bmp图像的Canny边缘检测,非常好的代码,欢迎下载-canny edge detection
canny-edge
- 边缘检测,源代码,基于matlab的。是canny算子。也可以改动一下模板,即可变成其他算法的了。-Edge detection, source code, based on matlab' s. Is a canny operator. Can also change what the template, you can become the other algorithms.
Canny-Edge
- Canny Edge Detector In Matlab
gauss_Homomorphic_filter
- 高斯高通同态滤波器增强照度不均图像,canny算子边缘检测-gauss high Homomorphic filter enhance non-umiformly illuminated image,Canny edge detector.
Canny
- CANNY 边缘检测算子 的源代码 ,在VC++6.0开发软件上实现运行-CANNY edge detection operator of the source code, software development in VC++6.0 to achieve run,
Canny
- Canny算子的边缘检测。提供了Canny算子的源码,并提出了一种自适应阈值选取方法。-Canny edge detection operator. Canny operator provides the source code, and put forward an adaptive threshold selection method.
Canny-Edge-Detection
- canny算子进行边缘检测 效果还不错 可以用于车与人-canny edge detection operator can be used to effect a good car and people
canny
- (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the preparation of Canny edge detector
Canny.java
- Canny Edge in java, very efficient implementation.
edge
- 基于vc++和opencv的对图像进行sobel,canny算子的边缘检测和harris角点检测-Based on vc++ and opencv image of the sobel, canny edge detection operator and the harris corner detection
Canny
- canny edge detector in java for image processing
canny
- this performs a GUI based canny edge detection -this performs a GUI based canny edge detection
Canny-edge-operator
- 用Canny算子提取边缘,vc源码,是图像处理入门的好源码-Extracted with the Canny edge operator, vc source code, is a good entry-source image processing
Canny-Edge-Detection
- 基于Canny算子的边缘检测实现,效果比较好-Canny edge detection to achieve
canny
- canny边缘检测的步骤: 1,生成高斯核,与图像做卷积 2,计算梯度图像 3,非极大值抑制 4,双阈值法和连接边缘(Canny edge detection steps: 1, Generate Gaussian kernel, convolution with the image 2, calculate the gradient image 3, non-maximal inhibition 4, double threshold method and connect th
canny
- 基于matlab的Canny边缘检测算法(Canny edge detection algorithm based on MATLAB)
canny edge detection
- canny边缘检测算法,在python环境中可实现边缘提取。(The canny edge detection algorithm can implement edge extraction in a python environment.)