CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - edge detection

搜索资源列表

  1. CannyEdgeDetector

    0下载:
  2. canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:5484
    • 提供者:Delphi_CAT
  1. edge

    0下载:
  2. 小波变换自80年代发展至今,一直得到人们的关注,本程序利用提升小波,进行边缘检测-80 years since the development of wavelet transform has been received attention, the procedures used wavelet, edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:650
    • 提供者:mini
  1. susanedge

    0下载:
  2. Susan Edge Detection demo. This is a Visual C++ demo of the susan edge detection routine, with sample implementation.,-Susan Edge Detection demo. This is a Visual C++ demo of the susan edge detection routine, with sample implementation.,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:291696
    • 提供者:Jay Kramer
  1. wavelet_modulus_maxima_edge_detection

    0下载:
  2. 波模极大值实现对图像的边缘检测 wavelet modulus maxima edge detection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1492
    • 提供者:oakley
  1. edge_detection_morphological

    0下载:
  2. edge detection using morphological way..sober and dilation implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:36526
    • 提供者:sachin
  1. edge_detector

    0下载:
  2. image edge detection
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2650
    • 提供者:sachin
  1. edgedetect

    0下载:
  2. image edge detection using vhdl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:638563
    • 提供者:sachin
  1. edgewen

    0下载:
  2. edge detection using vhdl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:384234
    • 提供者:sachin
  1. edgedetec

    0下载:
  2. 用matlab实现边缘提取,应用于医学图像效果不错,抑制噪声很好-Edge detection using matlab implementation, good results for medical images, good noise suppression
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:19001
    • 提供者:little
  1. 1PG

    0下载:
  2. MEDICAL IMAGE SEGMENTATION USING EDGE DETECTION TECHNIQUES
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:294304
    • 提供者:Prabu
  1. edge

    0下载:
  2. P0701:细胞边缘检测 P0702:癌细胞形态学分析 P0703:癌细胞颜色分析 比较适合Matlab图像处理初学者-P0701: Edge Detection P0702: cell morphology analysis P0703: analysis and comparison of color cancer cells Matlab image processing for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:63444
    • 提供者:卢兆林
  1. Edge-detection-2

    0下载:
  2. this is about edge detection, explaining the matlab implementation as a lecture
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:200284
    • 提供者:erc88
  1. ImageHistEqAndEdgeDetect

    0下载:
  2. image histogram equilization and edge detection
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2830
    • 提供者:sudhir
  1. DIP_Exercise4_071221057

    1下载:
  2. 实验内容 编制一个通用的边缘提取函数; 通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 -The content of the preparation of a common experimental edge detection function by entering different parameters, to achieve Sobel operator, Prewitt operator, Rob
  3. 所属分类:Special Effects

    • 发布日期:2015-06-05
    • 文件大小:318836
    • 提供者:lyp
  1. nonlinear_diffusion.II

    0下载:
  2. Image selective smoothing and edge detection by nonlinear diffusion. -Image selective smoothing and edge detection by nonlinear diffusion. II
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:2322162
    • 提供者:vi
  1. work

    0下载:
  2. Sobel, Prewitt, roberts edge detection implemented by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:57623
    • 提供者:Kil Jhun Jeong
  1. sobel

    0下载:
  2. verilog sobel FPGA edge detection-Adopted verilog language realizes sobel edge detection in image processing algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-04-21
    • 文件大小:10240
    • 提供者:wkd
  1. edge

    0下载:
  2. 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2078187
    • 提供者:leon
  1. 2

    0下载:
  2. 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local maximum of image gradient and ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1153
    • 提供者:xiaowei
  1. Edge.Detection

    0下载:
  2. 一个简单的边缘检测程序,以前在网上下载的,可以分享下-A simple edge detection procedure, previously downloaded, you can share the following
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2650445
    • 提供者:钱银玲
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com