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

搜索资源列表

  1. Image Progress

    2下载:
  2. C语言写的图像处理源码。 进入 VCImageN 后在 Image1 窗口中可直接运行的演示功能有: 点处理:投影定位例 邻域处理:单点宽边界检测例、液滴边缘检测例 图像平滑(旋转掩模平均原理) 带方向边缘检测(检测原理、Kirsch 算法各分量、Robinson 算法各分量、Prewitt 算法各分量) 二值图像处理:二值化实例(不同算法比较、多模式、双阈值、比率法、分块二值化)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-17
    • 文件大小:10125268
    • 提供者:tkgkchl
  1. ImageProcessing.rar

    0下载:
  2. 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:226620
    • 提供者:程璞
  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
    • 文件大小:3769534
    • 提供者:叶心怡
  1. ImageProcess2

    0下载:
  2. 灰度图像边缘检测 1.编程实现以下六种图像边缘检测算子。 (1)Roberts边缘算子 (2)Sobel边缘算子 (3)Prewitt边缘算子 (4)拉普拉斯边缘算子 (5)Kirsch边缘算子 2.根据检测结果,分析与比较各种边缘检测算法的主要区别。 -Edge Detection 1. Programming to achieve the following six kinds of image edge detection operator. (1) Rob
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4334141
    • 提供者:李莫愁
  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. Edge-Color

    0下载:
  2. 各种边缘检测程序,包括2Sobel算子边缘检测, Prewitt算子边缘检测,Roberts算子边缘检测, Laplace算子边缘检测,Canny算子边缘检测 -Edge Color
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:306975
    • 提供者:liji
  1. EdgeContour

    1下载:
  2. 对加载的图像进行轮廓识别,边缘检测(包括robert算子,sobel算子,prewitt算子等)的VC++程序-Of the loaded image contour recognition, edge detection (including robert operator, sobel operator, prewitt operator, etc.) VC++ program
  3. 所属分类:图形/文字识别

    • 发布日期:2013-02-01
    • 文件大小:3956018
    • 提供者:王俊杰
  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
    • 文件大小:3987811
    • 提供者:lgy
  1. PrewittEdge

    1下载:
  2. DSP达芬奇平台DM6437图像边缘检测程序(Prewitt边缘算子)。支持摄像头拍摄物体,然后经处理达到边缘检测的目的-DaVinci DM6437 DSP platform edge detection program (Prewitt edge operator). Support the camera shooting the object, and then treated to achieve the purpose of edge detection
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:102443
    • 提供者:Alan
  1. tuxiangruihua

    0下载:
  2. 图像锐化,包含拉普拉斯锐化法 4邻域模板 巴特沃斯高通滤波器锐化, 阶数M=3 截断频率D0=40,梯度算子锐化 sobel和prewi-Image sharpening, including Laplacian sharpening four neighborhood template Butterworth high-pass filter sharpening, the order M = 3 cut off frequency D0 = 40, sharpening sobel gr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5431
    • 提供者:马雪亮
  1. MatlabRidgeDetection

    0下载:
  2. Matlab多种图像边缘检测方法 1、用Prewitt算子检测图像的边缘 2、用不同σ值的LoG算子检测图像的边缘 3、用Canny算子检测图像的边缘 4、图像的阈值分割 5、用水线阈值法分割图像 6、对矩阵进行四叉树分解 7、将图像分为文字和非文字的两个类别 8、形态学梯度检测二值图像的边缘 9、形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Matlab a variety of image edge detection method 1, u
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8662
    • 提供者:
  1. 627

    0下载:
  2. 关于边缘检测各种算法的比较研究,包括roberts,sobel,prewitt,LOG,canny等五种-Edge detection algorithms on the comparative studies, including roberts, sobel, prewitt, LOG, canny and other five
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3383
    • 提供者:李甜甜
  1. imageprocessshiyan4

    0下载:
  2. 用ROBERT SOBEL PREWITT算子对图像进行锐化,内有PPT说明程序步骤。-ROBERT SOBEL PREWITT operator with the image sharpening, that the procedural steps within the PPT.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1270984
    • 提供者:xiongyiwen
  1. chuli

    0下载:
  2. 分别利用Roberts、Prewitt和Sobel边缘检测算子,对原图象进行边缘检测,显示处理前、后图象。-, Respectively, the use of Roberts, Prewitt and Sobel edge detection operator, the original image edge detection, shows that dealt with before and after the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:985
    • 提供者:张博晨
  1. 边缘检测算子对比

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

  1. rockf

    0下载:
  2. Prewitte边缘算子法-Prewitte Edge Operators
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:947
    • 提供者:天道酬勤
  1. Prewitte边缘算子法

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

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

    0下载:
  2. vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:511686
    • 提供者:乔鹏飞
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // Trace
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5069
    • 提供者:kelly
  1. edgeDetection

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:347337
    • 提供者:xiayi_iprai
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 23 »
搜珍网 www.dssz.com