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

搜索资源列表

  1. EdgeContour

    0下载:
  2. 包涵sobel算子,Roberts算子,Prewitt算子,Krisch算子对图像边缘的检测 并有Hough变换,种子填充等-Bear with sobel operator, Roberts operator, Prewitt operator, Krisch operator for edge detection and a Hough transform, seed fill, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2658272
    • 提供者:刘华伟
  1. MatlabPictureProcess

    0下载:
  2. 各种图像边缘检测算法,包括prewitt,log,roberts,canny,sobel等。保证可以运行。-A variety of image edge detection algorithm, including prewitt, log, roberts, canny, sobel and so on. Guaranteed to run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:802
    • 提供者:hl
  1. EdgeCheck

    0下载:
  2. 用于对图像的边缘检测,可通过输入不同的参数采用sobel,prewitt,roberts,marr,canny等算子进行边缘检测。-Matlab code for edge detection,including sobel,prewitt,roberts,marr,canny s.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1573
    • 提供者:xuxiaping
  1. ROBERTS

    0下载:
  2. THIS WILL HELP TO FIND EDGES OF AN IMAGES USING ROBERT OPERATOR
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5697
    • 提供者:rijoe
  1. artsciencejava

    0下载:
  2. Java的艺术和科学 初步草稿 埃里克罗伯茨. 斯坦福大学 斯坦福大学,加利福尼亚 2006年1月 -The Art and Science of Java Preliminary Draft Eric S. Roberts Stanford University
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2104651
    • 提供者:jet
  1. Image_Processing

    0下载:
  2. 图像处理中的N种算法源代码,包括边缘检测的canny、roberts,sobel,laplace,lowpass等-edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2419164
    • 提供者:hujialin
  1. EdgeDetect

    0下载:
  2. 功能:对bmp格式的灰度图和彩色图片进行边缘检测,输出目标图片; 程序核心算法:利用模板矩阵与图像矩阵进行卷积达到边缘检测的效果; 文档说明:1.EdgeDetect.cpp(全部源文件),采用纯C/C++编程,不借助任何框架;2.边缘检测.pdf 算法原理pdf文档;3.sources 存放待处理图像;4.targets 存放目标图像。 使用方法:用常用C/C++ IDE(codeblocks,devc++,vc6.0, vs2008等)打开EdgeDetect.cpp源文件
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2422846
    • 提供者:冯小康
  1. LCRring

    0下载:
  2. MPI the LeeLann Chang Roberts leader election algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:720
    • 提供者:clau
  1. shuzituxiangchul

    0下载:
  2. 数字图像处理,设计并分别应用罗伯茨梯度、拉普拉斯算子、Sobel算子、Prewitt算子、Isotropic算子对图象进行锐化操作,达到图象锐化效果。-Digital image processing, design and application respectively, Laplace operator Roberts gradient, Sobel operator, Prewitt operator, Isotropic operators on image sharpen opera
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:404923
    • 提供者:媛媛
  1. edge_dect

    0下载:
  2. 本程序目的是分别采用Roberts算子、Sobel算子、Prewitt算子、Kirsh算子(8方向)、拉普拉斯算子对2幅灰度图像进行边缘检测。其中,一幅图像边缘比较明显,另一幅则比较“平坦”。对这些方法给出简要评价。-The purpose of this program were to adopt Roberts operator, Sobel operator, Prewitt operator, Kirsh operator (8 directions), the Laplace oper
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:940
    • 提供者:Jingeliang17
  1. Cheng

    0下载:
  2. 边缘检测,主要有sobel算子、roberts算子、prewitt算子、laplacian算子、krisch算子等。-Edge detection, the main Sobel operator, Roberts operator, Prewitt operator, Laplacian operator, krisch operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1990719
    • 提供者:成成
  1. shuzituxiangchuli

    1下载:
  2. 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4187381
    • 提供者:李海宁
  1. Image-processing

    0下载:
  2. 用C所编的简单图形图像操作,包括图像的显示,保存,灰度化处理,均值滤波,中值滤波,Roberts,Sobel,Prewitt边缘检测-C, compiled by a simple graphical image manipulation, including image display, save, gray-scale processing, mean filtering, median filtering, Roberts, Sobel, Prewitt edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1406682
    • 提供者:何艳
  1. edge-detection

    0下载:
  2. 对bmp实现Roberts算子Sobel 边缘算子 Prewitt边缘算子Laplace算子Krisch算子 Canny算子-To realize the Roberts operator Sobel BMP edge operator Prewitt Laplace operator edge operator Krisch operator Canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3878411
    • 提供者:鸣沃火驱
  1. edge

    0下载:
  2. 用matlab进行几类边缘检测,包括Roberts、Sobel、Prewitt、Krisch、Robinson等-Matlab for several types of edge detection, including Roberts, Sobel, Prewitt, Krisch, Robinson
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:218096
    • 提供者:angelina_hansu
  1. edge1

    0下载:
  2. 利用二阶微分算子、Canny、LOG、Roberts、Sobel、Prewitt、Krisch、Robinson等算子进行边缘检测,并分析不同算子加噪声后的不同影响-Second-order differential operator, Canny, LOG, Roberts, Sobel, Prewitt, Krisch, Robinson, and other operators for edge detection, and analysis of the different effect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:162722
    • 提供者:angelina_hansu
  1. Edge-based-edge-detection

    0下载:
  2. Roberts 边缘检测算子,检测水平和垂直边缘效果好于斜向边缘,定位精度高,对噪声敏感 -Roberts edge detection operator, the detection of horizontal and vertical edge effects better than the oblique edge, high positioning accuracy, noise-sensitive
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:10158
    • 提供者:kristena
  1. suanfabijiao

    0下载:
  2. roberts、sobel、prewitt、log、canny五种边缘检测经典算子的代码,适合初学matlab和图像处理。-roberts, sobel, prewitt, log, canny five kinds of classic edge detection operator code, suitable for beginners matlab and image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:110038
    • 提供者:laura
  1. smth-and-sharpen

    0下载:
  2. 图像锐化:梯度算子、Roberts算子、Sobel算子边缘检测处理和Laplace算子边缘增强处理,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出。 图像平滑主要目的是减少噪声对图像的影响。平滑线性滤波和中值滤波两种。-Image Sharpening: gradient operator, Roberts operator, Sobel operator edge detection processing, and the Laplace operator edge enhanc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:98391
    • 提供者:汪晨
  1. noise

    0下载:
  2. 1. 用 butterworth和理想低通滤波器对受椒盐噪声和高斯噪声污染的图像进行平滑处理, 计算平滑前后的PSNR(峰值信噪比). 2. 用 3x3邻域平均平滑和3x3中值滤波对受椒盐噪声和高斯噪声污染的图像进行平滑处理, 计算平滑前后的PSNR(峰值信噪比). 3. 用 roberts算子和Laplace算子对一图像进行锐化处理, 得到其边缘二值图像.-Salt and pepper noise and Gaussian noise images with butterworth
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20457
    • 提供者:Xucheng
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com