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

搜索资源列表

  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. bainyuanjiance

    0下载:
  2. 此文件是应用LOG算子对图像进行边缘检测。在原来基础上有改进,效果不错。-This file is the application of LOG operator for image edge detection. Based on the original improvement, good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1429
    • 提供者:liwei
  1. bianyuanjiance

    0下载:
  2. 利用各种算子对图像进行边缘检测。如roberts算子、sobel算子、log算子、perwitt算子四种算子,利用这四种算子分别对图像进行边界的提取。-Using a variety of operators for image edge detection. Operators such as roberts, sobel operator, log operator, perwitt operator of four operators, the use of these four oper
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:张蕊
  1. Edge-detection

    0下载:
  2. 分别利用sobel,roberts,prewitt,log,canny五中算子对图像进行边缘检测并对比结果。-Using Sobel, Roberts, Prewitt, log and Canny to achieve the edge detection operator for image and compare the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:35561
    • 提供者:cc
  1. bianyuanjiance

    0下载:
  2. 基于MATLAB的边缘检测图像,使用了多种算子,如LOG算子等。-Edge detection procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2484
    • 提供者:杨姑娘
  1. Image-processing-code(2)

    0下载:
  2. 图像处理中的一些常用代码,包括:中值滤波器 用Sobel算子和拉普拉斯对图像锐化 梯度算子检测边缘 LOG算子检测边缘-Some of the commonly used image processing code, including: Median filter in image using Sobel operator and the Laplace sharpening gradient operator edge detection LOG operator edge detectio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:846
    • 提供者:海韦希
  1. JCBY

    0下载:
  2. 梯度算子检测边缘,LOG算子检测边缘,Canny算子检测边缘-Gradient edge detection operator, LOG edge detection operator, Canny edge detection operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:942
    • 提供者:cool
  1. matlab-code

    1下载:
  2. 实用的matlab代码:中值滤波器;用Sobel算子和拉普拉斯对图像锐化;梯度算子检测边缘;LOG算子检测边缘;Canny算子检测边缘-Practical matlab code: median filter Sobel operator and Laplacian image sharpening gradient edge detection operator LOG operator to detect the edges Canny edge detection operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:星河之风
  1. hough

    0下载:
  2. 利用log算子提取边缘再,检测图像中直线并将直线描绘成白色-hough detect for liens
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:44822
    • 提供者:zhangziyuan
  1. ImageSegmenation

    0下载:
  2. 基于C#的边缘检测,包含Kirsch、Laplace、LOG改进算子、Prewitt算子、roberts算子,同时利用图像阈值法进行检测,图像分割技术。-Edge detection based on C#, including Kirsch, Laplace, LOG, operator, Prewitt operator, Roberts operator, and the use of image thresholding method for detection, image segme
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:400978
    • 提供者:张强
  1. chap4

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

    • 发布日期:2017-05-04
    • 文件大小:40736
    • 提供者:薛颖杰
  1. edge-detection

    0下载:
  2. 用matlab实现边缘检测,包括sobel算子、LoG、Canny算子,Hough变换-Edge detection with matlab, including sobel operator, LoG, Canny operator, Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:189440
    • 提供者:Lindsay
  1. RSJNQ3

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘-Use Prewitt operator to detect image edges P0402: use different sigma value of LoG operator to detect image edges
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-23
    • 文件大小:43008
    • 提供者:Bqazrihe
  1. 2949544

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘-Use Prewitt operator to detect image edges P0402: use different sigma value of LoG operator to detect image edges
  3. 所属分类:GIS program

    • 发布日期:2017-12-13
    • 文件大小:42792
    • 提供者:xvrnz_8209
  1. calue

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘(Use Prewitt operator to detect image edges P0402: use different sigma value of LoG operator to detect image edges)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-24
    • 文件大小:41984
    • 提供者:alofince
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

  1. edge_detection_using_LoG

    1下载:
  2. 基于MATLAB使用高斯拉普拉斯算子(log)进行边缘检测将图像灰度化再提取边缘(edge detection using log, we can extract the edge of the image(transfer the image to gray image ))
  3. 所属分类:图形图象

    • 发布日期:2019-11-14
    • 文件大小:219136
    • 提供者:zz000
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com