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

搜索资源列表

  1. 4

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 -Prewitt operator to use the edge detection image P0402: σ values with different operator LoG edge detection image P0403: edge detection using Canny edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:40832
    • 提供者:张蕊
  1. 2

    0下载:
  2. 此程序实现一副图像的Robert、Prewitt边缘检测算法-This procedure to achieve an image of Robert, Prewitt edge detection algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:867
    • 提供者:李丹婷
  1. matlabcode1

    0下载:
  2. 利用matlab实现图像的边界检测。包括sobels算子,prewitt算子,还包括图像的边界追踪-use matlab to detect the boundary of the image
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:146244
    • 提供者:gao
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. IP402_PrewittEdge

    0下载:
  2. DM642的边缘检测算法,基于Prewitt算子!-DM642' s edge detection algorithm, based on the Prewitt operator!
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:91657
    • 提供者:周明
  1. fuzzyedge

    0下载:
  2. 该软件为本人自己开发的模糊集图像边缘检测,同时还有sobel、prewitt、robert、算子,很好用-The software developed for my own fuzzy image edge detection, as well sobel, prewitt, robert, operator, well used
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2307004
    • 提供者:duyaqin
  1. edgedetect

    0下载:
  2. 基于遗传算法的图像边缘检测算法,与Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子的结果进行了对比。-Based on genetic algorithm for image edge detection algorithm, with Robert operator, bobel operator, prewitt operator, kirsch operator, gauss-laplace operator of the result
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:3034979
    • 提供者:duyaqin
  1. deiphiimageprocessing

    0下载:
  2. 用delphi对数字图像进行预处理,包括图像的灰度化,二值化,反色,中值滤波,高斯滤波,gabor变换,二值图像和灰度的腐蚀,膨胀,以及图像的sobel,prewitt,robert,kirsch,laplace,canny,marr边缘检测-Use delphi for digital image preprocessing, including image gray-oriented, thresholding, anti-color, median filtering, Gaussian
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-13
    • 文件大小:3565204
    • 提供者:小宝
  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. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. Edgedetect

    0下载:
  2. 实现图像边缘检测的程序,算子分别为Robert Sobel Prewitt.-Achieve the image edge detection procedure, operator, respectively Robert Sobel Prewitt.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3972381
    • 提供者:liya
  1. 4

    0下载:
  2. 用Prewitt算子检测图像的边缘,效果不错的-The image edge detection using Prewitt edge of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:38075
    • 提供者:彭晓庆
  1. myIPC

    0下载:
  2. BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplacian of gaussian算子)-BMP images open, binarization, morphology processing (expansion, corrosion, open, closed, two-valued edge extraction), edge extraction (Roberts, sobel,
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:2131312
    • 提供者:yangchjun
  1. 0houghtoedge

    0下载:
  2. 可以检测图像中圆和直线的信息,有利于初学者使用学习。-Edge detection has played an important role in the field of computer vision. A parametric edge detection method based on recursive mean-separate image decomposition is introduced. A method for automatic parameter selection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:13415
    • 提供者:力量
  1. MBMP

    0下载:
  2. 此代码为图像处理图片二值化和Prewitt锐化的代码,-This code for the image processing, image binarization, and Prewitt sharpening code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3777989
    • 提供者:陈冲
  1. ImageProcessing

    0下载:
  2. prewitt 变化 边缘的轮廓提取不错的程序,效果很明显,prewitt变化时改进后的算法,很好值得学习-prewitt changes the edge the outline extraction good procedure, the effect is very obvious, when prewitt change improves after the algorithm, very good is worth studying
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8425977
    • 提供者:姚明明
  1. aa

    0下载:
  2. P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 -P0401: the image edge detection using Prewitt edg
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:48396
    • 提供者:小权
  1. bianyuanjiance

    0下载:
  2. EdgePicker类中实现了Kirsch、Prewitt、Sobel、Gauss边缘提取算法,并根据MATLAB中的Canny算法实现了Canny算法,BianYuanJianCe.CPP中实现了背景提取。程序中图像的读取、存储用到了ImageMagick库,ImageMagick库的使用方法在ImageMagick.rar中有说明-EdgePicker class implements Kirsch, Prewitt, Sobel, Gauss edge extraction algorit
  3. 所属分类:Graph program

    • 发布日期:2017-05-29
    • 文件大小:12272767
    • 提供者:孙瑜鑫
  1. prewitt_medianfilter

    0下载:
  2. 利用prewitt median两种算子对图像进行处理的c程序 适于dsp实现-prewitt medianfilter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:3777
    • 提供者:mahz
  1. 12

    0下载:
  2. 程序代码说明 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘 形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Program code shows the image using Prewitt edge de
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:42545
    • 提供者:lmj
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com