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

搜索资源列表

  1. robertsprewittsobel

    0下载:
  2. roberts算子,sobel算子,prewitt算子模版边缘检测代码-roberts operator, sobel operator, prewitt operator edge detection code templates
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4789
    • 提供者:吴奔晖
  1. Edge

    0下载:
  2. 图像处理。C#、.NET 灰度图像处理。边缘检测。包括Roberts Prewitt sobel等算子-Image processing. C#,. NET gray image processing. Edge detection. Including Roberts Prewitt sobel operator, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:67123
    • 提供者:Yixin
  1. ImgViewer1107

    0下载:
  2. vc++6.0 MFC OTSU sobel robert prewitt 算法-vc++6.0 MFC OTSU sobel robert prewitt algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:111943
    • 提供者:muyirui
  1. Some-code-image-edge-detection

    0下载:
  2. 最近在学习图像分割,这里是冈萨雷斯matlab版中的一些图像边缘检测的代码,包括harris,susan,robert,sobel,prewitt,log,以及图像的多层小波分解的代码。-Recent study of image segmentation, here is Gonzales matlab version of some of the image edge detection code, including harris, susan, robert, sobel, prewit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3447
    • 提供者:返璞归真
  1. tuxiangfenge

    0下载:
  2. 图像分割的多种算子程序,包含Robert、Canny、Log、Prewitt等等算法-tuxiang fen ge de suo zhoang suanzi baohan hen duo suan fa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1261
    • 提供者:刘剑
  1. MyDIP

    0下载:
  2. MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板    * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心    * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。   关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:46926
    • 提供者:kpudn60
  1. prewitt_edge_detect

    0下载:
  2. It is the implementation of parallel eight direction prewitt edge detetion
  3. 所属分类:source in ebook

    • 发布日期:2017-05-25
    • 文件大小:8259774
    • 提供者:vivek
  1. segmentation

    0下载:
  2. Contains the snakes algorithm and Robert,Sobel and prewitt operator
  3. 所属分类:Editor

    • 发布日期:2017-05-01
    • 文件大小:724694
    • 提供者:swati
  1. EdgeDetection

    0下载:
  2. 边缘检测,分别使用Laplacian, Roberts, Sobel 以及Prewitt 滤波-edge-detection:Laplacian, Roberts, Sobel and Prewitt filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:117283
    • 提供者:hengliangz
  1. byjc

    0下载:
  2. 边缘检测算子 包含Canny算子 log算子 prewitt算子 robberts算子和sobel算子等 都够对图像进行边缘提取-edge detection cotain Canny Algorithm Prewitt Algorithm Log Algorithm Sobel Algorithm and Robberts Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3492
    • 提供者:fenghaiyong
  1. edgecheck

    0下载:
  2. 边缘检测课设 包含 Kirsch算子 Prewitt算子 Sobel算子 Roberts算子 Gauss-Laplace高斯-拉普拉斯算子-edge check Kirsch Prewitt Sobel Roberts Gauss-Laplace
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3663778
    • 提供者:jack
  1. bianyuantiqu

    0下载:
  2. 基于matlab的边缘提取,边缘检测的一般算法包括Canny算子、Prewitt算子、Sobel算子、Roberts算子。-Matlab-based edge detection, edge detection algorithms, including general Canny operator, Prewitt operator, Sobel operator, Roberts operator.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1940
    • 提供者:周欣
  1. ditigalGUI

    0下载:
  2. 仪器设备采集图像,对此做图像处理,如:Sobel算子,Prewitt算子,Gaussian算子,LOG算子,对此初学者有一个良好的学习指南。-Equipment to capture images, which do image processing, such as: Sobel operator, Prewitt operator, Gaussian operator, LOG operator, which beginners have a good study guide.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:17084
    • 提供者:Sheng-Yu Chen
  1. opencv

    0下载:
  2. 图像预处理 边缘检测算法 经典的三种算法 -roberts sobel prewitt
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:20238
    • 提供者:cah
  1. GUIEdge

    0下载:
  2. 边缘是指图像中像素灰度有阶跃变化或屋顶状变化的那些像素的集合。学会并掌握使用matlab进行图像的边缘检测,设计用户界面实现上述功能。 实际问题: 1、采用matlab Guide设计图像界面,可以读入并显示图像,设计实现以下功能的菜单,点击相应的菜单(如radio button)在图像界面上可以显示相应的功能。 2 使用sobel检测算子; 3 使用prewitt检测算子; 4 使用canny检测算子; -Edge is refers to the image pixe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4069
    • 提供者:桑海峰
  1. PrewittEdge

    0下载:
  2. 可用于CCS3.3的prewitt边缘检测算子-Prewitt edge can be used to detect operator CCS3.3
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:528200
    • 提供者:王正
  1. image_rh

    0下载:
  2. 自己编写的matlab程序,采用Prewitt和Sobel算子,初学者相互学习。-I have written matlab program using Prewitt operator and Soble operator handling. Beginners learn each other.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:546
    • 提供者:zhu
  1. code-last

    0下载:
  2. Edge Dectection .. Sobel,Prewitt,Roberts,Marr,Canny,log and histograms photo and Boundarie Color Objects
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:80850
    • 提供者:vs2oo
  1. Edge-detection

    0下载:
  2. 几种边缘检测算法的比较,包括roberts sobel prewitt canny log等。有样图可以运行。-The comparison of several kinds of edge detection algorithms, including Roberts, sobel, prewitt canny log, etc. A sample figure can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:167678
    • 提供者:woxiaoxin
  1. picture

    0下载:
  2. 最基本的图像分割算子包括sobel算子、robert算子和prewitt算子的程序,运行有效-The most basic segmentation operators including sobel operator, promoter and operator procedures prewitt robert count, to run effective
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:48479
    • 提供者:陈乌龟
« 1 2 ... 14 15 16 17 18 1920 21 22 23 »
搜珍网 www.dssz.com