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

搜索资源列表

  1. matlab_Fourier.txt

    0下载:
  2. Fourier变换在图像的处理上的有重要的作用,Sobel算子,Prewitt算子,Roberts算子,Laplace算子和Canny算子运算也是常用的图像边缘提取方法。-Fourier transform in image processing on an important role, Sobel operator, Prewitt operator, Roberts operator, Laplace operator and Canny operator op is also commo
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:903
    • 提供者:董懂
  1. Matlab-GUI_image5-(2)

    1下载:
  2. 使用Matlab GUI界面编写的图像锐化程序,实现的功能包括:图像的打开、保存、使用“sobel算子”、“prewitt算子”、“roberts算子”、“log算子”、“canny算子”、“zero-cross算子”、“laplacian算子”对图像进行锐化等。-Written in Matlab GUI interface using image sharpening procedures, functions include: the image open, save, use the &
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11827
    • 提供者:tuzki
  1. image-segmentation

    0下载:
  2. 实现了多种边缘检测方法,比如laplace,sobel,roberts算法,阈值分割功能,以及直线和圆周检测-Achieve a variety of edge detection methods, such as laplace, sobel, roberts algorithm, thresholding functions, and linear and circular detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:386676
    • 提供者:徐志高
  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. edge_detection

    0下载:
  2. 实现sobel canny prewitt marr Roberts算子的边缘检测-Achieve sobel canny prewitt marr Roberts edge detection operator
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2676
    • 提供者:葛文耀
  1. Edge-detection

    0下载:
  2. 不用库函数,实现基本的图像边缘检测,主要以下三个算法:Laplacian, Roberts, Sobel and the Prewitt Edge detection algorithms-Implement three Edge detection algorithms:Laplacian, Roberts, Sobel and the Prewitt Edge detection algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:54411
    • 提供者:石巍巍
  1. EmgucvTest

    1下载:
  2. 用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步-With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel opera
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:26605568
    • 提供者:妮乐
  1. SmoothingAndSharpening

    0下载:
  2. 编制程序,实现图像文件(如bmp等)的读取、显示、图像平滑(高斯滤波、中值滤波)及图像锐化(分别用Roberts算子、Prewitt算子及Sobel算子)。-Programming, image files (such as bmp, etc.) to read, display, image smoothing (Gaussian filtering, median filtering) and image sharpening (respectively Roberts operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:25569
    • 提供者:wen
  1. Image-processing

    0下载:
  2. 采用C#语言以windows窗口实现了10种基本的图像处理技术,有图像锐化、中值滤波、平滑处理、雾化处理、Roberts算子、逆反处理、浮雕处理、黑白处理技术、镶嵌处理和灰度处理-Using C# language in order to achieve the 10 kinds of windows windows basic image processing technology, image sharpening, median filtering, smoothing, atomized
  3. 所属分类:Wavelet

    • 发布日期:2017-05-29
    • 文件大小:11768965
    • 提供者:谢锦彪
  1. sharpening

    0下载:
  2. 图像空域锐化增强,用matlab分别实现Roberts、Sobel、Priwitt算子的锐化处理,以及实现拉普拉斯图像和原始图像叠加的增强处理-Image airspace sharpening, respectively, to achieve with matlab Roberts, Sobel, Priwitt operator sharpening, and achieve enhancement Laplace image and the original image overlay
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:71695
    • 提供者:sxw
  1. LaHfilters2imageprocessing

    0下载:
  2. Low pass and High Pass filters aplied to images as sobel, prewitt, roberts, first derivative
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:Jose Luis
  1. sharpen

    0下载:
  2. 图像锐化。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Image sharpening. Open an image using the gradient method Roberts, Sobel operator and Laplacian sharpening, and compare the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:王大锤
  1. edge

    0下载:
  2. 在matlab,传统的边缘检测直接调用edge函数,但是得到的边缘信息较稀薄,可以通过将sobel,roberts,prewitt三种算子的边缘检测叠加起来,并且对于连续的边缘部分拓宽,使得边缘更连贯清晰-In matlab, traditional edge detection edge direct call function, but thinner than the edge information can be obtained by sobel, roberts, prewitt t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:15014
    • 提供者:huanglianjing
  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. Roberts

    0下载:
  2. Robert函数,用于边缘检测,速度快,效果好。 可以直接运行,VC环境。-Robert functions for edge detection, fast and effective. Can be directly run, VC environment.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2780738
    • 提供者:raven
  1. EdgeImageSub

    0下载:
  2. 使用Roberts算法实现图像边缘检测,可在CCS上运行,用于图像处理,通过验证完全可以使用。-using Roberts algorithm to finish image edge detection, can run on the CCS, for image processing, through the verification can be used.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:910
    • 提供者:caoyj
  1. classic_edge_detectors_1.0

    0下载:
  2. 经典边缘检测算子的实现集合,包括Roberts, Prewitt and Sobel,Haralick,Marr-Hildreth,Marr-Hildreth。-Classic edge detection operator to achieve the set, including Roberts, Prewitt and Sobel, Haralick, Marr-Hildreth, Marr-Hildreth.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:711723
    • 提供者:Alice
  1. Chapter09DetectingEdgesWithROBERTS

    0下载:
  2. IDL编写的程序,利用Roberts技术进行边界检测-IDL programs written using Roberts boundary detection technology
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:570
    • 提供者:李振宇
  1. sobelProberts

    0下载:
  2. 利用Roberts和Sobel边缘算子法对图像进行边缘提取的源代码,编译后的可执行文件须带参数运行。-Roberts and use Sobel edge operator method for image edge extraction of the source code, compiled executable files carry operation parameters.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1168
    • 提供者:changwen
  1. EdgeFinal

    0下载:
  2. 实现灰度图像的几种常用的边缘检测算法,包括:梯度边缘检测算法、Roberts、Sobel、、canny、Prewit和Krisch-Grayscale images of several commonly used edge detection algorithms, including: gradient edge detection algorithm, Roberts edge detection algorithm, Sobel edge detection algorithm, Lap
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:708985
    • 提供者:刘岸明
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com