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

搜索资源列表

  1. edge-detect-algorithm-comparis

    1下载:
  2. 边缘检测算法的比较,有susan算子,log算子,prewitt算子,Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
  3. 所属分类:Special Effects

    • 发布日期:2015-10-26
    • 文件大小:609
    • 提供者:lh
  1. bianyantiqu

    0下载:
  2. 由于噪声点(灰度与周围点相差很大的点)对边沿检测有一定的影响,所以效果更好的边沿检测器是高斯拉普拉斯(LOG)算子。它把我们在第3章中介绍的高斯平滑滤波器和拉普拉斯锐化滤波器结合了起来,先平滑掉噪声,再进行边沿检测,所以效果会更好。-As the noise points (points, a big difference with the surrounding gray points) on the edge detection to a certain extent, the effect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:124710
    • 提供者:zoubinbin
  1. Log

    0下载:
  2. VC编程实现 LOG算子的亚像素边缘检测-VC Programming LOG operator sub-pixel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:181635
    • 提供者:xiaoyang
  1. log

    0下载:
  2. 应用log算法进行图像的边缘检测,log算法是一种基于灰度值的二阶导数来进行边缘检测的,通过检测零点来进行边缘检测-Application log algorithm for image edge detection, log-based algorithm is a gray value of the second derivative for edge detection, by detecting zero for edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-22
    • 文件大小:1675
    • 提供者:zhangzhang
  1. log

    0下载:
  2. log边缘检测的VC工程,可实现边缘检测,锐化等。并含有书面说明及实验文档。-log edge detection of the VC project can be realized edge detection, sharpening and so on. And contains a written descr iption and laboratory documentation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-18
    • 文件大小:4955579
    • 提供者:iy.i
  1. EdgeDetect

    0下载:
  2. 图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测-Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:622
    • 提供者:陈路
  1. log

    0下载:
  2. 此程序实现对一副图像的LOG梯度边缘检测方法-This procedure to achieve an image of the gradient edge detection method LOG
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:651
    • 提供者:李丹婷
  1. edge

    0下载:
  2. sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:45639
    • 提供者:wct
  1. EdgeDetectionAndImageSegmentation

    0下载:
  2. 用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,将图像分为文字和非文字的两个类别等等 -Edge detection using Prewitt edge of the image with different σ values LoG edge detection image edge detection using Canny operator the edge of the image, text and images are di
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:42847
    • 提供者:季托
  1. Edge-Detection

    0下载:
  2. vc++实现六种图像边缘检测算法对比。包括:kirsch,Laplacian,LOG,Prewitt,Robert,Sobel.-vc++ to achieve the six contrast image edge detection algorithm. Including: kirsch, Laplacian, LOG, Prewitt, Robert, Sobel.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1422315
    • 提供者:李焕
  1. edge-detection-method

    0下载:
  2. 本程序是图像边缘检测程序集合,包含9种方法:用Prewitt算子检测图像的边缘、、用不同σ值的LoG算子检测图像的边缘等-A variety of image edge detection method to study the source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1592
    • 提供者:smallknifer
  1. Matlab-edge-detection-operator

    1下载:
  2. 自己整理的经典边缘检测算子matlab源程序 图像处理必备 1、canny算子 2、kirsch算子 3、laplacian算子 4、log算子 5、prewitt算子 6、robert算子 7、robinson算子 8、sobel算子-Own finishing classical edge detection operator matlab source image processing necessary 1, canny operator, kirsc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:918689
    • 提供者:笑傲江湖
  1. Edge-Detection-Code-Release-1.1

    0下载:
  2. 图像边缘检测 Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log七种算法实现 MFC+Opencv+Visual Studio -Image Edge Detection Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log seven kinds of algorithms to achieve MFC+Opencv+Visual Studio 11
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3994802
    • 提供者:刘召
  1. log-function-of-edge-detection

    0下载:
  2. 本程序是自己编写的log函数边缘检测算子,每一步都写得很仔细,比较适合初学者下载学习。-This program of log function of edge detection operator, was written by myself and was written very carefully each step of the way, is suitable for beginners download learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:65072
    • 提供者:李津
  1. EDGE-DETECTION--edge_detection(userImage)---File-

    0下载:
  2. There are four levels of implementation to apply: 1. To use “edge function” with the Sobel, Prewitt,average,disk,gaussian,log,motion,prewitt,unsharp options 2.To use convolution filtering with both the “imfilter” and standard convolution te
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:5413
    • 提供者:deepsash
  1. edge-detection

    0下载:
  2. Roberts operator,Sobel operator,Laplacian operator,LOG operator,Prewitt operator各算法在图像处理的边缘检测中的比较-Roberts operator, Sobel operator, Laplacian operator, LOG operator, Prewitt operator compares the edge detection algorithm in the image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:114869
    • 提供者:懿璐
  1. Some-code-image-edge-detection

    0下载:
  2. 最近在学习图像分割,这里是冈萨雷斯matlab版中的一些图像边缘检测的代码,包括harris,susan,robert,sobel,prewitt,log,以及图像的多层小波分解的代码。-Recent study of image segmentation, here is Gonzales matlab version of some of the image edge detection code, including harris, susan, robert, sobel, prewit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3447
    • 提供者:返璞归真
  1. LoG_GPU-log

    0下载:
  2. 该VC++ 程序是基于CUDA架构的LOG边缘检测程序,GPU加速,并且使用了opencv函数库-The program is based on VC++ CUDA architecture LOG edge detection procedures, GPU acceleration, and use the opencv library
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:490956
    • 提供者:王顺飞
  1. Edge-detection

    0下载:
  2. 几种边缘检测算法的比较,包括roberts sobel prewitt canny log等。有样图可以运行。-The comparison of several kinds of edge detection algorithms, including Roberts, sobel, prewitt canny log, etc. A sample figure can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:167678
    • 提供者:woxiaoxin
  1. LOG

    0下载:
  2. 这是一个MATLAB LOG边缘检测算子的程序(MATLAB LOG Edge detection operator)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:完美将至
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com