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

搜索资源列表

  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. 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. EdgeContour

    0下载:
  2. 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:85591
    • 提供者:dlf
  1. bianyuan

    0下载:
  2. C#下实现的多种边缘检测程序。包括Robert算子、Sobel算子、prewitt算子等
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:537654
    • 提供者:石王春杰
  1. EdgeDetection

    1下载:
  2. 一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:592958
    • 提供者:
  1. FiltersCode

    1下载:
  2. 使用C#程式語言撰寫的邊緣檢測程式碼,可撰擇不同的計算方式如sobel, prewi-use C# programming language to write the edge detection code can be written Optional different calculation methods such as segmentation, prewitt
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:34679
    • 提供者:小明
  1. ImgPro

    0下载:
  2. 自己写的java数字图像处理,实现几种简单的分割图像算法;sobel,prewitt等。-Write your own java digital image processing, image segmentation algorithm several simple sobel, prewitt and so on.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4440277
    • 提供者:encho
  1. Prewitte边缘算子法

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

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

    0下载:
  2. prewitt 变化 边缘的轮廓提取不错的程序,效果很明显,prewitt变化时改进后的算法,很好值得学习-prewitt changes the edge the outline extraction good procedure, the effect is very obvious, when prewitt change improves after the algorithm, very good is worth studying
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8425977
    • 提供者:姚明明
  1. EdgeContour

    0下载:
  2. 边缘检测,轮廓检测,Sebel算子,高斯拉普拉斯算子,Robert算子,Prewitt算子,Kersch算子等,Hough变换,平行线检测,轮廓提取,种子填充,轮廓跟踪-Edge detection, contour detection, Sebel operator, Gaussian Laplacian, Robert operator, Prewitt operator, Kersch operator, etc., Hough transform, parallel line detec
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:72725
    • 提供者:skylost
  1. ImageTest

    0下载:
  2. 图像处理系列之5--边缘检测篇 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0-Image Processing Series 5- Edge Detection chapter co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:10628919
    • 提供者:
  1. Edge_Detection_Prewitt

    0下载:
  2. Edge Detection Prewitt
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-01
    • 文件大小:736799
    • 提供者:hazmc
  1. New-Folder-(2)

    0下载:
  2. tabdile gama- filter- prewitt-entropy
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1748
    • 提供者:vesna
  1. TGUISUSANh

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰 -Edge of the basic characteristics of the imag
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1097859
    • 提供者:干预
  1. bianyuanjiance

    0下载:
  2. 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22268
    • 提供者:陈勇
  1. Image-Processing-06

    0下载:
  2. edge detection code using different techniques like sobel canny,prewitt,robert operators,and how it works/
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1313
    • 提供者:parth
  1. DSP_2012_Examination_SEU

    0下载:
  2. SEU2012年系统实验(DSP组)考试题目。计算并显示彩色图像在三个基色空间的直方图;用Prewitt梯度算子检测彩色图像的边缘,梯度阈值T自选,以检测到最佳边缘为目标 -SEU2012 system experiments (the DSP groups) exams. Calculate and display a histogram of the color image in the three primary color space Prewitt gradient operat
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:273722
    • 提供者:katheqiu
  1. SUANZI

    0下载:
  2. 图像处理,canny程序处理,prewitt程序处理,sobel程序处理,程序已经仿真验证,可以运行-Image processing, canny program processing, prewitt program processing, sobel procedures, programs are simulation, can run
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1598
    • 提供者:逍遥
  1. prewitt

    0下载:
  2. 读取图像进行小波去噪后,获取图像的prewitt算子轮廓-After reading the image wavelet denoising, to obtain images of prewitt operator profile
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:123789
    • 提供者:su
  1. prewitt

    0下载:
  2. program for prewitt filter in image processing
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:89088
    • 提供者:amirAL
« 12 »
搜珍网 www.dssz.com