搜索资源列表
vc_canny
- 基于vc++平台的canny算子的实现 希望对大家有用-vc platform based on the canny operator we want to achieve useful
reply_1_855734
- // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pG
cannyadvanced
- 一个CANNY算子的应用实例。包含了界面的操作,在当下流行的一版CANNY算子应用实例基础上对高斯滤波做了改进。-a Canny Operator application examples. The interface includes the operation of the current version of a popular Canny operator application on the basis of Gaussian filter made improvements.
Canny11
- 图像处理中,往往需要提取的图像的边缘线。本算法利用Canny算子,提取灰度图的边缘-image processing, often from the edge of the image line. The algorithm used Canny operator, from the brink of grayscale
Cannysuanfa
- 用Canny算子提取图像边缘,适合于初学者研究的好代码-Canny operator Image Edge Extraction suitable for beginners study by the code
CannyEdgeDetect
- 对一帧灰度图像进行canny算子的边缘检测,在VC环境下编译-on a gray image canny operator of edge detection, the VC environment compiler
vc++imageprocess.rar
- 数字图像处理(常用的二十八个算法,包括灰度变换,小波,CANNY算子等),Digital image processing (28 commonly used algorithms, including gray-scale transformation, Wavelet, CANNY operator, etc.)
canny
- canny算子实例,很不错的啊,算法效率很高-canny operator instance, a very good ah, the algorithm very efficient
work
- 根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
tproject
- 用canny算子实现彩色图象的边缘提取,适用bmp和jpeg格式-Canny operator used to achieve color image edge extraction, the application of bmp and jpeg format
canny
- 用Canny算子提取边缘 源代码 源文件压缩包下载-Extracted by Canny edge operator source code to download the source file cabinet
edge_detection_algorithm
- 边缘检测经典算法(Canny算子、Laplace算子程序)-Classical edge detection algorithm (Canny operator, Laplace operator subroutine)
canny
- canny算子,是边缘检测的算子之一,能够为图像处理的应用提供很好的帮助-canny operator, the operator is one of edge detection, image processing applications can provide very good help
ImageProcessIEPlus
- IE插件,将网页图片做边缘处理,算法使用Laplace算子和Canny算子,对于BHO参考具有很好价值,有详细说明文档。-IE plug-in, so the edge of the page image processing algorithm using Laplace operator and Canny operator, has a good reference value for the BHO, a detailed documentation.
canny
- canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。-canny operator source code for a thesis on the edge detection can be modified on this basis.
Canny
- 基于VC++ Canny算子提取边缘算法-Based on VC++ Canny operator edge extraction algorithm
Opencv-Canny-sample
- 使用Opencv进行Canny算子边界提取的示例程序,非常适合新手和高手学习与使用,图像处理的好例子-A good example to use the OpenCV Canny operator edge extraction of the sample program is ideal for both novice and expert learning and the use of image processing the
canny-cPP
- 图像处理中用Canny算子对图像进行边缘提取-Image processing using Canny operator edge extraction of image
canny
- canny算子可以提取到很好的物体的边缘,效果要比拉普拉斯算子及罗伯特算子的效果都要好,代码中得到的效果很好,并且将图片进行了一倍和两倍的缩小-canny operator can extract the edge of the great objects, the effect than the Laplace operator and operator Robert effect to be good, with good results obtained in the code, and
canny算子c#实例
- ABB Canny operator c# example Canny operator c# example(Canny operator c# example)