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

搜索资源列表

  1. edge_detection

    0下载:
  2. 实现sobel canny prewitt marr Roberts算子的边缘检测-Achieve sobel canny prewitt marr Roberts edge detection operator
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2676
    • 提供者:葛文耀
  1. imageprocess1

    0下载:
  2. 用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,图像的阈值分割,用水线阈值法分割图像-Prewitt operator with the image edge detection, using a different σ value Log Operators image edge detection using Canny operator image edge detection, image thresholding, water
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1511
    • 提供者:tthedeci
  1. Edge-detection

    0下载:
  2. 不用库函数,实现基本的图像边缘检测,主要以下三个算法:Laplacian, Roberts, Sobel and the Prewitt Edge detection algorithms-Implement three Edge detection algorithms:Laplacian, Roberts, Sobel and the Prewitt Edge detection algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:54411
    • 提供者:石巍巍
  1. 边缘抽出

    2下载:
  2. 边沿抽出,包括sobel,prewitt,laplace等多种算子于一体,是VB边缘检测的典范!-edges out, including segmentation, prewitt, such as Laplace operator in a variety of integration, VB is a model for edge detection!
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2850
    • 提供者:WhieHou
  1. EmgucvTest

    1下载:
  2. 用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步-With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel opera
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:26605568
    • 提供者:妮乐
  1. SmoothingAndSharpening

    0下载:
  2. 编制程序,实现图像文件(如bmp等)的读取、显示、图像平滑(高斯滤波、中值滤波)及图像锐化(分别用Roberts算子、Prewitt算子及Sobel算子)。-Programming, image files (such as bmp, etc.) to read, display, image smoothing (Gaussian filtering, median filtering) and image sharpening (respectively Roberts operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:25569
    • 提供者:wen
  1. LaHfilters2imageprocessing

    0下载:
  2. Low pass and High Pass filters aplied to images as sobel, prewitt, roberts, first derivative
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:Jose Luis
  1. edge

    0下载:
  2. 对数字图像进行边缘检测,采用SOBEL算子,PREWITT 算子,Canny算子-helpful to reduce the time complexity of message transmission and reduce the amount of calculation of algorithm, high matching precision,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:89191
    • 提供者:celine
  1. edge

    0下载:
  2. 在matlab,传统的边缘检测直接调用edge函数,但是得到的边缘信息较稀薄,可以通过将sobel,roberts,prewitt三种算子的边缘检测叠加起来,并且对于连续的边缘部分拓宽,使得边缘更连贯清晰-In matlab, traditional edge detection edge direct call function, but thinner than the edge information can be obtained by sobel, roberts, prewitt t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:15014
    • 提供者:huanglianjing
  1. edge-detection

    0下载:
  2. Roberts operator,Sobel operator,Laplacian operator,LOG operator,Prewitt operator各算法在图像处理的边缘检测中的比较-Roberts operator, Sobel operator, Laplacian operator, LOG operator, Prewitt operator compares the edge detection algorithm in the image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:114869
    • 提供者:懿璐
  1. diproject

    0下载:
  2. 数字图像处理课程project3,边缘检测,soberts算子,sobel算子,prewitt算子,LOS,和canny算子比较和分析-DIP project3, edge detection, soberts,sobel,prewitt,los,canny
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:203818
    • 提供者:朱仕恒
  1. SCP

    0下载:
  2. the algorithm is about edge detector that is used to detect edges in an image. Prewitt , SobeL and Robertsfilters are used
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:1374
    • 提供者:sal89
  1. ques10

    0下载:
  2. . Write MATLAB code that will do the following. (a) Perform point detection. (b) Perform line detection. (c) Perform edge detection using Laplacian, Prewitt, Sobel operators. (d) Perform boundary detection using Hough Transform. (e) Perform
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:42935
    • 提供者:Rokibul Ahmed
  1. classic_edge_detectors_1.0

    0下载:
  2. 经典边缘检测算子的实现集合,包括Roberts, Prewitt and Sobel,Haralick,Marr-Hildreth,Marr-Hildreth。-Classic edge detection operator to achieve the set, including Roberts, Prewitt and Sobel, Haralick, Marr-Hildreth, Marr-Hildreth.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:711723
    • 提供者:Alice
  1. EdgeFinal

    0下载:
  2. 实现灰度图像的几种常用的边缘检测算法,包括:梯度边缘检测算法、Roberts、Sobel、、canny、Prewit和Krisch-Grayscale images of several commonly used edge detection algorithms, including: gradient edge detection algorithm, Roberts edge detection algorithm, Sobel edge detection algorithm, Lap
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:708985
    • 提供者:刘岸明
  1. EDGE

    0下载:
  2. 可用于打开/保存位图,并实现对位图的边缘检测:Roberts边缘算子、Sobel边缘检测算子、Prewitt边缘检测算子、Kirsch边缘检测算子、拉普拉斯算子、高斯拉普拉斯算子-Can be used to open/save the bitmap and edge detection for bitmap: Roberts edge operator, Sobel edge detection operator, Prewitt edge detection operator, Kirsch
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3303885
    • 提供者:比尔叔
  1. image-edge-detection-source

    0下载:
  2. 图像边缘提取源程序,包括Kirsch算子,Sobel算子,Roberts算子,Prewitt算子。-Image Edge Extraction source, including Kirsch operator, Sobel operator, Roberts operator, Prewitt operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2083
    • 提供者:方玮
  1. GUI3

    0下载:
  2. 缘检测按钮组的GUI设计 本文设计的GUI主要包含了五种最常用的检测算法(即roberts、sobel、prewitt、log、canny检测),右键单击Panel面板,选择View Callbacks/ SelectionChangeFcn,进入M文件-Edge detection button group GUI GUI design This design mainly includes the five most commonly used detection algorithm (ie
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2972
    • 提供者:王天
  1. EdgeFinal7

    0下载:
  2. 边缘检测VC++代码,Roberts,Sobel,Prewitt,Canny算子代码-Edge detection VC++ code
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:709173
    • 提供者:puwang
  1. detectionContour

    0下载:
  2. 利用sobel,prewitt等算法实现边缘检测--By sobel, prewitt, robert, marr and realize canny edge detection operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:88229
    • 提供者:HE
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 »
搜珍网 www.dssz.com