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

搜索资源列表

  1. watershed-a-region-growing

    0下载:
  2. matlab实现的区域增长和分水岭算法,以及基于sobel算子,prewitt算子,canny算子,log算子的边缘检测算法。-matlab implementation of regional growth and watershed algorithm, and on the sobel operator, prewitt operator, canny operator, log operator edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:4530
    • 提供者:尹晨光
  1. DIPAX

    1下载:
  2. 实用数字图像处理与分析 陈兵旗 课本源码 1.图像读写; 2.几何变换:竖直镜像、水平镜像、对角镜像; 3.空间变换:傅里叶变换、沃尔什变换、离散余弦变换; 4.图像复原:均值滤波、中值滤波、高斯滤波;5.图像增强:二值化、灰度化、直方图均衡化、伪彩色; 6.特征检测:LOG、Robert、Sobel、Prewitte等边缘检测算子;-Practical digital image processing and analysis Bing flag textbook s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9250674
    • 提供者:王国
  1. edge

    0下载:
  2. 边缘检测,图像里存在很多边缘信息,采用log算子进行检测,很多情况下效果很好。-Edge detection, there are many edges in the image information detected by the log operator, in many cases good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2130
    • 提供者:宁尚昆
  1. Desktop

    0下载:
  2. 图片使用matlab做处理,有均值滤波器处理、LoG算子提取图像边缘、hough变换提取直线、二值化处理后。-Image processing using matlab to do with mean filter processing, LoG operator to extract image edge, hough transform to extract straight, binarization processing.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:2297
    • 提供者:付治
  1. 4

    0下载:
  2. P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -P0401:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:40896
    • 提供者:木木夕
  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-10
    • 文件大小:667
    • 提供者:rnowb
  1. imageprocess1

    0下载:
  2. 用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,图像的阈值分割,用水线阈值法分割图像-Prewitt operator with the image edge detection, using a different σ value Log Operators image edge detection using Canny operator image edge detection, image thresholding, water
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1511
    • 提供者:tthedeci
  1. log_edge

    0下载:
  2. 用log算子做边缘检测的matlab源程序-log Operators do edge detection Matlab source
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1240
    • 提供者:sistheg
  1. pr3

    0下载:
  2. 边缘检测代码。多种检测方法,包括梯度算法(多种窗),LOG算法,sobel算子-Edge detection code. A variety of detection methods, including gradient algorithm (multiple windows), LOG algorithm, sobel operator, etc.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:1997
    • 提供者:李青
  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. Image-processing

    1下载:
  2. 包括了小波变换、canny算子、robot算子、LOG算子、等等一系列边缘检测算子、可以应用这些对图像进行对比试验。有很强的应用性能。很不错的东西-Including wavelet transform, canny operator, robot operator, LOG operator, so a series of edge detection operators can apply these image comparison test. Strong application per
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:39194
    • 提供者:杨文明
  1. LOGsuanfa2

    0下载:
  2. 一种改进的LoG图像边缘检测方法,在原有LoG检测算法上进行改进,提高运算效率和抗噪性-Improvement on the original LoG detection algorithm, improve the computational efficiency and noise performance
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:262296
    • 提供者:liux
  1. code

    0下载:
  2. 图像分割,基于LOG和Canny算子的精确边缘检测,基于Hough变换的直线检测,图像的四叉树分解-Image segmentation, edge detection based on precise LOG and Canny operator, Hough transform based line detection, image quadtree decomposition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1464
    • 提供者:王易凝
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1682929
    • 提供者:jianglei
  1. matlab_new

    0下载:
  2. 几种基本的matlab 边缘检测的方法,Canny算子, Roberts梯度算子,Prewwt算子,Sobel算子Log算子。 还给出了一种简单的 计算圆中心和半径的方法。-Canny, Roberts,Prewwt,Sobel,Log
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1702
    • 提供者:spring
  1. canny-laplace-robert-sobel-prewitt

    0下载:
  2. 图像边缘检测 canny,laplace,log,robert,sobel,prewitt,kirsch-Image edge detection;canny,laplace,log,robert,sobel,prewitt,kirsch
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:3556
    • 提供者:李文洋
  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. DIP-E5_log

    0下载:
  2. 对下图施加高斯噪声,采用LoG算子对含噪声的图象实施边缘分割,找出该图象的最佳边缘。-Applying Gaussian noise figure below, using LoG operator for the implementation of the noisy image edge segmentation to identify the best edge of the image.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:230268
    • 提供者:aican
  1. zengqiang-fenge

    0下载:
  2. 分别用图中给出的直线和曲线作为增强函数进行增强;分别用Roberts算子、Sobel算子、LoG算子和Canny算子进行边缘检测-Straight lines and curves are as shown in the figure enhancement function are enhanced respectively Roberts operator, Sobel operator, LoG operator and Canny operator edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3283
    • 提供者:煮开
  1. edge_detection

    2下载:
  2. 本代码比较全面地给出了图像边缘检测常用的各种算法的代码,包括:基于LoG算子边缘检测、基于Canny算子的边缘检测、基于SUSAN算子的边缘检测、基于小波变换模极大值的边缘检测、利用有限冲击响应来提取不同方向边缘、采用灰度形态学膨胀和腐蚀,对图像进行单尺度和多尺度的形态学边缘检测-This code gives a more comprehensive variety of commonly used edge detection algorithm code, including: LoG o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:141196
    • 提供者:朱玥
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com