CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Canny operator

搜索资源列表

  1. vc_canny

    0下载:
  2. 基于vc++平台的canny算子的实现 希望对大家有用-vc platform based on the canny operator we want to achieve useful
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:168.02kb
    • 提供者:黄倩
  1. reply_1_855734

    0下载:
  2. // 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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:53.33kb
    • 提供者:王学金
  1. cannyadvanced

    0下载:
  2. 一个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.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:88.33kb
    • 提供者:费小文
  1. Canny11

    0下载:
  2. 图像处理中,往往需要提取的图像的边缘线。本算法利用Canny算子,提取灰度图的边缘-image processing, often from the edge of the image line. The algorithm used Canny operator, from the brink of grayscale
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:280.21kb
    • 提供者:孙亚兵
  1. Cannysuanfa

    0下载:
  2. 用Canny算子提取图像边缘,适合于初学者研究的好代码-Canny operator Image Edge Extraction suitable for beginners study by the code
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:150.55kb
    • 提供者:
  1. CannyEdgeDetect

    0下载:
  2. 对一帧灰度图像进行canny算子的边缘检测,在VC环境下编译-on a gray image canny operator of edge detection, the VC environment compiler
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:158.85kb
    • 提供者:卡洛宾
  1. vc++imageprocess.rar

    0下载:
  2. 数字图像处理(常用的二十八个算法,包括灰度变换,小波,CANNY算子等),Digital image processing (28 commonly used algorithms, including gray-scale transformation, Wavelet, CANNY operator, etc.)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:3.47mb
    • 提供者:liujiebing
  1. canny

    0下载:
  2. canny算子实例,很不错的啊,算法效率很高-canny operator instance, a very good ah, the algorithm very efficient
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:483.67kb
    • 提供者:sunjin
  1. work

    0下载:
  2. 根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括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
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:46.74kb
    • 提供者:谈晶晶
  1. tproject

    0下载:
  2. 用canny算子实现彩色图象的边缘提取,适用bmp和jpeg格式-Canny operator used to achieve color image edge extraction, the application of bmp and jpeg format
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:245.57kb
    • 提供者:lion
  1. canny

    0下载:
  2. 用Canny算子提取边缘 源代码 源文件压缩包下载-Extracted by Canny edge operator source code to download the source file cabinet
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:137.4kb
    • 提供者:zhaoyu
  1. edge_detection_algorithm

    0下载:
  2. 边缘检测经典算法(Canny算子、Laplace算子程序)-Classical edge detection algorithm (Canny operator, Laplace operator subroutine)
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1.89kb
    • 提供者:jumbo
  1. canny

    0下载:
  2. canny算子,是边缘检测的算子之一,能够为图像处理的应用提供很好的帮助-canny operator, the operator is one of edge detection, image processing applications can provide very good help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:9.59kb
    • 提供者:大海
  1. ImageProcessIEPlus

    0下载:
  2. 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.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-05-13
    • 文件大小:3.22mb
    • 提供者:
  1. canny

    1下载:
  2. canny算子源代码用于关于边缘检测的毕业论文,可以以此为基础进行修改。-canny operator source code for a thesis on the edge detection can be modified on this basis.
  3. 所属分类:Other systems

    • 发布日期:2015-12-13
    • 文件大小:12kb
    • 提供者:exm
  1. Canny

    0下载:
  2. 基于VC++ Canny算子提取边缘算法-Based on VC++ Canny operator edge extraction algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:152.84kb
    • 提供者:崔勇
  1. Opencv-Canny-sample

    0下载:
  2. 使用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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:1.56mb
    • 提供者:Eric
  1. canny-cPP

    0下载:
  2. 图像处理中用Canny算子对图像进行边缘提取-Image processing using Canny operator edge extraction of image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-20
    • 文件大小:5.44mb
    • 提供者:
  1. canny

    0下载:
  2. 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.82mb
    • 提供者:黎秀玉
  1. canny算子c#实例

    0下载:
  2. ABB Canny operator c# example Canny operator c# example(Canny operator c# example)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:483kb
    • 提供者:lanseddddddd
« 12 3 »
搜珍网 www.dssz.com