搜索资源列表

  1. SobelKirsch边缘检测

    0下载:
  2. Sobel/Kirsch边缘检测算法VC下可视化实现-Sobel / Kirsch edge detection algorithm VC Visual Realization
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:555.55kb
    • 提供者:林沂蒙
  1. Sobel

    0下载:
  2. sobel边缘检测算法,基本的图像边缘处理
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60.89kb
    • 提供者:冷月残风
  1. sobel边缘检测

    0下载:
  2. sobel边缘检测算法,采用全方向的边缘检测矩阵

  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-01-13
    • 文件大小:667byte
    • 提供者:thinkwell12
  1. sobel算子边缘检测算法

    0下载:
  2. 用sobel算法 进行8位位图的边缘检测
  3. 所属分类:源码下载

    • 发布日期:2012-04-17
    • 文件大小:209.22kb
    • 提供者:zy_8816@163.com
  1. SobelKirsch边缘检测

    0下载:
  2. Sobel/Kirsch边缘检测算法VC下可视化实现-Sobel/Kirsch edge detection algorithm VC Visual Realization
  3. 所属分类:图形图象

    • 发布日期:2025-01-19
    • 文件大小:555kb
    • 提供者:林沂蒙
  1. Sobel-Kirsch

    0下载:
  2. Sobel和Kirsch的边缘检测算法-Sobel Edge Detection Algorithm
  3. 所属分类:图形图象

    • 发布日期:2025-01-19
    • 文件大小:553kb
    • 提供者:陈琦
  1. EdgeCounterSobel

    0下载:
  2. 基于ti dsp图象处理专用芯片dm642上的sobel边缘检测算法,通过仿真器调试成功,保证能用-ti dsp-based image processing ASIC dm642 the pixel edge detection algorithm simulation to debug the success of guarantee can use
  3. 所属分类:DSP编程

    • 发布日期:2025-01-19
    • 文件大小:239kb
    • 提供者:钟炜
  1. edge_detection

    0下载:
  2. sobel边缘检测及拉普拉斯边缘检测算法的matlab实现。-edge detection and segmentation Laplace edge detection algorithm to achieve the Matlab.
  3. 所属分类:matlab例程

    • 发布日期:2025-01-19
    • 文件大小:62kb
    • 提供者:xinxin
  1. edgedetectionearl

    0下载:
  2. 用VC++实现的各种经典边缘检测算法——roberts,sobel,prewitt,kirsch,高斯,LOG等。-with VC the classic edge detection algorithm-- roberts, segmentation, prewitt, "and Gaussian, LOG other.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-19
    • 文件大小:3kb
    • 提供者:tanchao
  1. dip3

    0下载:
  2. 经典的边缘检测算法Sobel matlab源码-classic edge detection algorithm Sobel Matlab FOSS
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-19
    • 文件大小:240kb
    • 提供者:jimmy
  1. sobel

    2下载:
  2. 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256* 256 size of the image segmentation Edge De
  3. 所属分类:VHDL编程

    • 发布日期:2025-01-19
    • 文件大小:3kb
    • 提供者:刘洋
  1. edge

    0下载:
  2. 常见边缘检测算法,Sobel,Prewitt,LoG等-Common edge detection algorithm, Sobel, Prewitt, LoG, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-19
    • 文件大小:7kb
    • 提供者:郑一一
  1. CCS

    0下载:
  2. 这个是基于在CCS开发环境下,用DM642-B-ICETEK-5100USB仿真器,实现的sobel边缘检测算法的程序。 -This is based on CCS development environment, using DM642-B-ICETEK-5100USB simulator to achieve the sobel edge detection algorithm procedure.
  3. 所属分类:DSP编程

    • 发布日期:2025-01-19
    • 文件大小:906kb
    • 提供者:
  1. Sobel

    0下载:
  2. sobel边缘检测算法,基本的图像边缘处理-sobel edge detection algorithm, the basic treatment of the image edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-19
    • 文件大小:61kb
    • 提供者:冷月残风
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // C
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-19
    • 文件大小:5kb
    • 提供者:kelly
  1. EdgeContour

    0下载:
  2. 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the re
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-19
    • 文件大小:3.16mb
    • 提供者:caonimabitoo
  1. bianyuan

    0下载:
  2. 个人的经典收藏图像处理的边缘检测算法里面有roberts,sobel,拉普拉斯,prewitt,robinson,kirsch,smoothed等几种算法-Personal collection of classic image processing algorithm for edge detection there roberts, sobel, laplace, prewitt, robinson, kirsch, smoothe
  3. 所属分类:图形/文字识别

    • 发布日期:2025-01-19
    • 文件大小:253kb
    • 提供者:qlhycf
  1. src的副本

    0下载:
  2. 实现了canny 和 sobel边缘检测(Implementation canny sobel of edge detection algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-19
    • 文件大小:9kb
    • 提供者:wu shuang
  1. 八个方向的sobel边缘检测算法

    0下载:
  2. 利用八方向的sobel边缘检测,实现对图像多梯度的梯度检测,检测出的边缘信息更加平滑连续。(Eight direction Sobel edge detection is used to realize gradient detection of image multi gradient, and the edge information detected is more smooth and continuous.)
  3. 所属分类:图形图象

    • 发布日期:2025-01-19
    • 文件大小:54kb
    • 提供者:追梦苦旅
  1. 边缘检测

    0下载:
  2. 包括canny,sobel,log等边缘检测的改进算法,使用效果良好(Including improved edge detection algorithms such as canny, sobel, log and so on, the application effect is good.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-19
    • 文件大小:3kb
    • 提供者:wwy12345
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org