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

搜索资源列表

  1. Prewitt

    0下载:
  2. 用Prewitt算子检测图像的边缘 用Prewitt算子检测图像的边缘
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37.95kb
    • 提供者:阿辉
  1. PREWITT

    0下载:
  2. prewitt改进的论文,很不错的毕业设计资料,建立在基于prewitt算子的研究上,很实用!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:776.09kb
    • 提供者:xiak
  1. Prewitt算子边缘检测

    0下载:
  2. 利用Prewitt算子检测物体边缘
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-04-10
    • 文件大小:241byte
    • 提供者:liutao358
  1. 用MATLAB实现的边缘提取函数

    1下载:
  2. 用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子,Using MATLAB to achieve the edge detection function, the realization of the sobel operator, canny operator, Robert operator, prewitt operator, marr Operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-31
    • 文件大小:1.85kb
    • 提供者:H.C. Young
  1. edge-detect-algorithm-comparis

    1下载:
  2. 边缘检测算法的比较,有susan算子,log算子,prewitt算子,Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
  3. 所属分类:Special Effects

    • 发布日期:2015-10-26
    • 文件大小:609byte
    • 提供者:lh
  1. 200432590139.rar

    0下载:
  2. 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.59mb
    • 提供者:叶心怡
  1. EdgeContour

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测 Hough变换,轮廓提取,轮廓跟踪-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm are: Robert operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.8mb
    • 提供者:lgy
  1. ex4_061221015

    1下载:
  2. 实验内容:编制一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测-Experimental contents: the preparation of a generic edge detection function, by entering different parameters, to achieve Sobel operator, Prewitt operator, Roberts operator
  3. 所属分类:Special Effects

    • 发布日期:2016-05-23
    • 文件大小:897.11kb
    • 提供者:da
  1. 边缘检测算子对比

    0下载:
  2. 边缘检测中,不同算子处理结果对比 含sobel、roberts、prewitt、log、canny等
  3. 所属分类:matlab例程

  1. edge_detector

    0下载:
  2. Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3.83kb
    • 提供者:hq
  1. Prewitte边缘算子法

    0下载:
  2. 这是一个经典的图像边缘提取算子的C代码。-This is a classic Image Edge Extraction operator of C code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:947byte
    • 提供者:周迎风
  1. edgedetect

    0下载:
  2. 用各种算子对图像边缘检测,用巴特沃斯滤波器平滑处理后,再用prewitt算子、LoG算子、Canny算子边缘检测,之后去粘连-Operators using a variety of image edge detection, smoothing filters with Butterworth, the re-use Prewitt operator, LoG operator, Canny edge detection operator, followed by adhesion to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1.18kb
    • 提供者:liya
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:152.9kb
    • 提供者:liujia
  1. prewitt

    0下载:
  2. 通过prewitt算子,对图象进行一阶微分处理,达到图象增强的目的!-Through the Prewitt operator, one of image-order differential treatment to achieve the purpose of image enhancement!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:380.37kb
    • 提供者:李华
  1. Prewitt

    0下载:
  2. Matlab入门级图像处理程序__用Prewitt算子检测图像的边缘-Matlab entry-level image processing using Prewitt operator __ image edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:41.05kb
    • 提供者:
  1. prewitt

    0下载:
  2. 边缘检测算子 prewitt算子 matlab源码-prewitt matlab
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:885byte
    • 提供者:audyxiao
  1. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:379.76kb
    • 提供者:许胜强
  1. DSP2017.6.8

    0下载:
  2. .通过图像与 sobel 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 2.通过图像与 Prewitt 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 3.进一步处理图像,定位出车牌位置。 二(License plate recognition after two-dimensional convolution removal)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:愣Q鱼
  1. hough

    0下载:
  2. prewitt算子边缘检测后图像及霍夫变换(Prewitt Operator Edge Detection Image and Hough Transform)
  3. 所属分类:网络编程

    • 发布日期:2018-01-07
    • 文件大小:1.22mb
    • 提供者:1285106466
  1. 基于4种不同算子的边缘检测运算

    2下载:
  2. 本程序采用了robbert,sobel,LoG,prewitt四种算子对同一副图像进行边缘检测,以此查看不同效果(This procedure uses Robbert, Sobel, LoG, Prewitt four kinds of edge detection operator on the same image, to view the different effect)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:178kb
    • 提供者:huyuwang
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com