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

搜索资源列表

  1. image518

    1下载:
  2. 基于VC++开发的部分图像识别算法,包括:updown,graygrid,histrogram,roberts,laplace,pickup,outline,GaussianSmooth等。 -based on the development of the VC part of an image recognition algorithm, including : updown, graygrid. histrogram, roberts, Laplace, pickup, outline, G
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:65077
    • 提供者:交角
  1. image-advanced-process-5

    0下载:
  2. 很多高级一点的图形图像处理程序,对图像进行去除彩色处理,加入椒盐噪声,利用Prewitte边缘算子法对图像进行边缘提取,医学伪彩色处理,遥感伪彩色处理,利用Roberts边缘算子法对图像进行边缘提取,利用Sobel边缘算子法对图像进行边缘,对图像进行垂直镜像处理(几何变换),沃尔什变换处理(图像变换),基于C++开发,希望大家能用得着(--)-1:00 graphics image processing procedures, the removal of color image process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7151
    • 提供者:孙怀勇
  1. edgeCheck.

    2下载:
  2. 一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and Canny edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:255400
    • 提供者:胡雪飞
  1. robertandvertmirror

    0下载:
  2. 利用Roberts边缘算子法对图像进行边缘提取的源代码,和对图像进行垂直镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行)-use Roberts Edge Operator Act of images from the edge of the source code, and right vertical mirror image processing (geometric transformation) of the source code, compile the execut
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:金侠
  1. erode

    0下载:
  2. %中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%腐蚀处理
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:陈旭
  1. expand

    0下载:
  2. %中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%膨胀处理
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1367
    • 提供者:陈旭
  1. edgedetectionearl

    0下载:
  2. 用VC++实现的各种经典边缘检测算法——roberts,sobel,prewitt,kirsch,高斯,LOG等。-with VC the classic edge detection algorithm -- roberts, segmentation, prewitt, "and Gaussian, LOG other.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3220
    • 提供者:tanchao
  1. shuzituxiang3

    0下载:
  2. 数字图象处理--边缘检测实验 sobel/prewitt/roberts-digital image processing -- edge detection experiments segmentation / prewitt / roberts
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:42674
    • 提供者:张文
  1. Edge_Detection_and_Segmentation

    0下载:
  2. mage Processing Toolbox needed Edge Detection Prewitt Roberts Log Canny Sobel Straight Line Hough Transform quadree region growing threshold watershed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6789
    • 提供者:少文
  1. jiaochachafen

    0下载:
  2. 数字图象处理课题:梯度法和Roberts梯度(交叉差分)。程序运行于MATLAB环境下-digital image processing tasks : gradient method and Roberts gradient (cross-Difference). Procedures in the MATLAB environment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4082
    • 提供者:白黎
  1. bianyuanjiance-juti

    0下载:
  2. 二值化后边缘检测算法具体实现,用matlab编写的,有roberts,sobel,prewitt,log等算法的具体实现-value after two edge detection algorithm to realize the use of Matlab prepared, roberts, segmentation, prewitt, log, etc. of specific algorithm implementation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:张亮
  1. jdszbyjc

    0下载:
  2. 在Visual C++的环境下 实现Roberts,Sobel,prewitt等经典的边缘检测算子。-in Visual C environment under Roberts, Sobel. prewitt such classic edge detection operators.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:352101
    • 提供者:xingtao
  1. image_detection

    1下载:
  2. 图象边缘检测,包括传统经典算子:Sobel、Roberts、Prewitt、Laplacian及Canny算子-image edge detection, including traditional classics Operator : Sobel, Roberts, Prewitt, Laplacian and Canny operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:181101
    • 提供者:周健
  1. Edge_Detection_and_Segmentation

    0下载:
  2. 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6777
    • 提供者:major
  1. biabyuanjiance

    0下载:
  2. 能实现多种边缘检测方法,包括Prewitt、Roberts、Sobel和高斯拉普拉斯
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:79885
    • 提供者:楚风云
  1. xiaobobianhuan

    0下载:
  2. 包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:261815
    • 提供者:楚风云
  1. image-sharping

    0下载:
  2. VC++图像处理图像锐化及边缘检测程序,包括图像锐化处理基本方法实现及边缘检测各种算子(roberts、sobel、prewitt、krisch及gauss-laplacian算子)程序实现。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:944649
    • 提供者:wendyzyx
  1. EdgeDetection

    2下载:
  2. 用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20094
    • 提供者:Johnson Huang
  1. 算子进行边缘检测

    0下载:
  2. 用roberts sobel laplacian算子进行边缘检测,附有图片
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:130559
    • 提供者:chenzhao
  1. art_c

    0下载:
  2. Welcome to the FTP archive for source code the Eric Roberts texts \"The Art and Science of C: A Library-Based Approach\"and Programming Abstractions in C: A Second Course in Computer Science, both by Eric Roberts. The SAME CODE applies to both
  3. 所属分类:多显示器编程

    • 发布日期:2014-01-17
    • 文件大小:843385
    • 提供者:vinc leo
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com