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

搜索资源列表

  1. edgeDetection

    0下载:
  2. 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operator settings (Roberts' , '
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:24226
    • 提供者:cui ju
  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. test53

    0下载:
  2. 可伸缩视频中的5_3小波变换。运动补偿时间滤波是一种有效的可伸缩视频编码方案,采用5 /3提升小波实现能进一步提高其编码性能-Scalable video in the wavelet transform 5_3. Time motion compensation filter is an effective scalable video coding schemes, using 5/3 lifting wavelet to achieve further improve its coding
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:5947
    • 提供者:fengyongsheng
  1. logandmorphology

    0下载:
  2. 利用VC++编程实现的图像处理程序,可以实现log边缘检测,形态学处理、滤波等功能-Using VC++ programming image processing program that enables log edge detection, morphological processing, filtering and other functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3968760
    • 提供者:jimmy
  1. bianyuanjiance

    0下载:
  2. 变化参数,实验LOG边缘检测算法。参数越大,则最后图像边缘检测的轮廓的图像细节也就越少。-Change parameters, experimental LOG edge detection algorithm. Parameter is larger, the final contour edge detection of the less image detail.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:864
    • 提供者:鱼雷
  1. bianbianyuangui

    0下载:
  2. 对图像进行sobel 、roberts、preweit、log、canny边缘检测-The images were sobel, roberts, preweit, log, canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1986
    • 提供者:李昊
  1. LOG

    0下载:
  2. 对于图像进行LOG(拉普拉斯高斯算子)处理,可以帮助进行边缘提取,有兴趣的同学可以看下-LOG operation to get the edge information of an image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:95705
    • 提供者:
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1271572
    • 提供者:lx
  1. log

    0下载:
  2. 图像处理;log算子边缘检测源码及文档说明-hfjdhfk djkfkj
  3. 所属分类:Graph program

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

    0下载:
  2. Log.rar是基于MFC界面的,主要是对图像进行处理,有关计算机视觉的,采用Log滤波器提取边缘,可以锐化、平滑;对颜色采用阈值化进行明暗度求外形;也可以进行形态学的各种处理。-Log.rar is based on the MFC interface, mainly for image processing, the computer vision using the Log filter from the edge, you can sharpen, smooth use of colo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3971182
    • 提供者:郭涵
  1. log_edge

    2下载:
  2. 用matlab编写的拉普拉斯高斯算子代码(LoG算子),用该函数实现LoG算子提取图像边缘点的功能。-Written by matlab Laplacian of Gaussian operator code (LoG operator), using the LoG operator functions for extracting the image edge points of the function.
  3. 所属分类:matlab

    • 发布日期:2015-05-04
    • 文件大小:1024
    • 提供者:林安安
  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. Log

    0下载:
  2. 数字图像处理程序集: 包括锐化、平滑、LOG滤波器提取边缘,数学形态学的腐蚀、膨胀、骨架化、开闭运算,以及分形方法画树木和树叶。包括VC++源代码、LOG滤波器提取边缘.doc、用形态学方法提取骨架线实验报告.doc、由明暗度提取外形信息.doc 3篇文档和可执行程序。-Digital image processing assembly: including sharpening, smoothing, LOG filter from the edge of mathematical mo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:236433
    • 提供者:卢孝勋
  1. edge_detection

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared to achieve their own algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:41259
    • 提供者:好时
  1. log

    0下载:
  2. 另外一个用于边缘检测的好程序,亲自调试,非常好用,分享一下!~-it is used to detect the edge of the circle!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:17467
    • 提供者:李浩
  1. Log

    0下载:
  2. 本算法有滤波器提取边缘,用形态学方法提取骨架线及由明暗度提取外形信息等功能,并附有相关算法的详细说明-the project includes Filter edge extraction, skeleton line extraction By morphologic methods and Shades extraction by shape information with exclusive algorithm explanation inside
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3959942
    • 提供者:
  1. LOG

    0下载:
  2. 本程序是基于vc的log算子,进行边缘检测。log算子是拉普拉斯算子和高斯低通滤波的结合,希望我的程序对大家的学习有所帮助。-This procedure is based on the vc log operator, edge detection. log operator is a combination of Laplacian and Gaussian low-pass filter, and want my program to help everyone to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22833050
    • 提供者:ZHANGAIJUAN
  1. log

    0下载:
  2. 图像处理中边缘检测log算子,C语言写成。-Log operator for edge detection in image processing, C language languages.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1256
    • 提供者:王强
  1. wbalance

    0下载:
  2. 改进的LoG边缘自动白平衡算法 Improved method of automatic white balance based on LoG edge -Improved LoG edge of the automatic white balance algorithm Improved method of automatic white balance based on LoG edge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:704
    • 提供者:wangliwan
  1. tu-xiang-chu-li-suan-fa-ji-he

    0下载:
  2. 文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:18882
    • 提供者:nimizi
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com