搜索资源列表

  1. file4

    0下载:
  2. 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:4076544
    • 提供者:sunjunling
  1. Edge_Detection_and_Segmentation

    1下载:
  2. 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Seg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:6144
    • 提供者:major
  1. canny2

    0下载:
  2. canny算子 铝箔 用于图像边缘检测 和高斯铝箔-canny operator foil for image edge detection and Gaussian foil
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:tanlei
  1. opencvcannydetectEdect

    0下载:
  2. 基于opencv的canny边缘检测 ,在界面上有一个滚动条,可以选择检测的阈值的大小-Opencv on the canny edge detection, in the interface has a scroll bar, you can choose to detect the size of the threshold
  3. 所属分类:其他小程序

    • 发布日期:2024-04-27
    • 文件大小:564224
    • 提供者:
  1. edgedet1

    0下载:
  2. 利用canny、sobel等多种算子实现图像边缘检测。-Using canny, sobel operator to achieve such a wide range of image edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:1911808
    • 提供者:wangjing
  1. Canny

    0下载:
  2. 实现canny边缘检测,能够比较精确的检测出图像的边缘-The realization of canny edge detection, can be more precise to detect the image edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:4206592
    • 提供者:曾国卿
  1. edgedetect

    0下载:
  2. 边缘检测,用VC 实现边缘检测,用到prette和canny 算子-Edge detection, edge detection using VC to achieve, used prette and canny operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:2130944
    • 提供者:周星
  1. print_recognition_src

    0下载:
  2. 一个用C++编写的指纹识别程序源码,其中包括canny边缘检测和基于特征的指纹识别-One with C++ Prepared source fingerprint identification procedures, including the canny edge detection and feature-based fingerprint recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-27
    • 文件大小:49152
    • 提供者:征征
  1. 1

    0下载:
  2. 基于小波变换的多尺度图像边缘检测matlab源代码-Based on Wavelet Transform Multiscale image edge detection matlab source code
  3. 所属分类:书籍源码

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:石磊
  1. EdgeDetect

    0下载:
  2. 用sobel、prewitt、robert、marr和canny算子实现边缘检测-By sobel, prewitt, robert, marr and realize canny edge detection operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:359424
    • 提供者:冯沁红
  1. imgapp

    0下载:
  2. 边缘检测是数字图象处理、图象分析和识别领域中的重要课题。近年来,由于彩色图象的广泛应用,使彩色数字图象处理技术日益收到关注,彩色图象边缘检测是在众多的彩色图象处理中极为重要的方法,这是因为图象分割、识别等大量的高层次彩色图象处理均建立在低层次边缘检测的基础上。本实验是将彩色RGB图象首先转换为灰度图象,然后利用经典的边缘检测算Canny算子来实现边缘检测,然后再统计出边界方向的直方图。-Edge detection is a digit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:8410112
    • 提供者:周倩
  1. origin_canny

    0下载:
  2. canny算子进行边缘检测的源代码。 (1)首先对图像进行高斯滤波,去除噪声的影响; (2)对滤波后图像计算梯度的幅值和方向 (3)对梯度幅值进行模极大值抑制 (4)双阈值确定边缘-canny edge detection operator to the source code. (1) First of all Gaussian image filtering to remove noise (2) after fi
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-27
    • 文件大小:1024
    • 提供者:章格
  1. edgedetection--canny--opencv

    1下载:
  2. 图像边缘检测 opencv canny算法-Image opencv canny edge detection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:5120
    • 提供者:白云沙
  1. WEdgeDetect

    0下载:
  2. 自己用VC++实现了基于二进小波变换的图像边缘检测,并与Canny算子作了比较。具有一定参考价值。-err
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-27
    • 文件大小:2265088
    • 提供者:wang
  1. edge

    0下载:
  2. 可以对图像进行边缘检测 其中检测方法可以通过参数设置改变 LoG Sobel Canny Prewitt -Can image edge detection method which can detect changes in parameter settings LoG Sobel Canny Prewitt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:7168
    • 提供者:*坤
  1. Canny

    0下载:
  2. Canny边缘检测,经典边缘检测算法,喜欢的朋友可以下~-Canny edge detection, the classical edge detection algorithms, like the friends of ~
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:160768
    • 提供者:王琳
  1. Canny

    0下载:
  2. 利用Canny Mask进行边缘检测,检测时将先进行noise去除,然后进行边缘检测。下载后直接可进行试验!-Canny Mask for the use of edge detection, testing will be carried out to remove noise, and then edge detection. Can be downloaded directly to test!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:4161536
    • 提供者:钱靖
  1. CANNY

    0下载:
  2. CANNY边缘检测Visual C++源代码,包含测试图片。-Canny edge detection Visual C++ Source code, including test picture.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:151552
    • 提供者:张力
  1. cannyVc6.0

    0下载:
  2. canny算子 VC++6.0 边缘检测-canny operator VC++ 6.0 Edge Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:2156544
    • 提供者:池娟
  1. fifteen

    0下载:
  2. 第十五章 图像分析 15.1 边缘检测 15.1.1 微分算子 15.1.2 Log算子 15.1.3 Canny 算子 15.2 四叉树分解 15.2.1 四叉树分解 15.2.2 四叉树 MATLAB 函数 -Chapter XV 15.1 edge detection image analysis 15.1.1 Differential Operators 15.1.2 Log Opera
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-27
    • 文件大小:2048
    • 提供者:王万国
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org