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

搜索资源列表

  1. chap4

    0下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:40736
    • 提供者:薛颖杰
  1. Prewitt

    0下载:
  2. 利用VC++实现precitt边缘检测算子,对灰度图像实现边缘检测-Using VC++ to achieve precitt edge detection operator, the gray image edge detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:6862
    • 提供者:张小卫
  1. ruihua

    0下载:
  2. 用三种算子对图像进行锐化并对比它们的效果,分别是Roberts算子、Prewitt算子、Sobel算子-Three kinds of operators are used to sharpen the images and compare them with Roberts operator, Prewitt operator, Sobel operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:91423
    • 提供者:huangliu
  1. robert_prewitt_sobel

    0下载:
  2. 实现robert/prewitt/sobel算子的增强工作-Achieve the work of the robert/prewitt/sobel operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:600
    • 提供者:Liu111
  1. t_12

    0下载:
  2. 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变滤波器截止频率,观察对结果的影响。 4、用i
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:116795
    • 提供者:郭亚周
  1. ImageEnhance

    0下载:
  2. 图像增强实例,包括对比度扩散、直方图均匀化、阈值滤波、均值滤波、中值滤波、低通模板滤波、高通模板滤波、BUTTERWORTH低通滤波、BUTTERWORTH高通滤波、指数高通滤波、KIRSCH锐化、LAPLACE锐化、PREWITT锐化、ROBERTS锐化、SOBEL锐化等。-Examples include image enhancement, contrast diffusion, histogram equalization, threshold filtering, mean filte
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3347104
    • 提供者:ycr40
  1. ImageSegment

    0下载:
  2. 图像分割实例,包括Kirsch算子、Laplace算子、LOG算子、LOG(修正)算子、Prewitt算子、Roberts算子、平面拟合Roberts算法、Sobel算子、阈值分割、2维阈值分割、最佳阈值分割、Otsu算法、差影法、Hough变换等。- 图像分割实例,包括Kirsch算子、Laplace算子、LOG算子、LOG(修正)算子、Prewitt算子、Roberts算子、平面拟合Roberts算法、Sobel算子、阈值分割、2维阈值分割、最佳阈值分割、Otsu算法、差影法、Hough
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3346501
    • 提供者:ycr40
  1. QoyertRobert

    0下载:
  2. 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gau-Provides the image histogram equalization, Robert, sobel, prewitt, kirsch, gauss
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-16
    • 文件大小:304128
    • 提供者:unner
  1. RSJNQ3

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘-Use Prewitt operator to detect image edges P0402: use different sigma value of LoG operator to detect image edges
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-23
    • 文件大小:43008
    • 提供者:Bqazrihe
  1. 2949544

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘-Use Prewitt operator to detect image edges P0402: use different sigma value of LoG operator to detect image edges
  3. 所属分类:GIS program

    • 发布日期:2017-12-13
    • 文件大小:42792
    • 提供者:xvrnz_8209
  1. Mhnchesterdirection

    0下载:
  2. MATLAB源码,P0401:用Prewitt算子检测图像的边缘 不错的 很好-The MATLAB source code, P0401: use Prewitt operator to detect image edges good is very good
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-16
    • 文件大小:571392
    • 提供者:Armanr
  1. 边缘检测

    1下载:
  2. 分别适当的方法对图像进行边缘检测,并得到连续的边界 主要功能函数自己编写,可在一个统一的交互式界面下运行(The appropriate method is used to detect the edges of the image and obtain continuous boundaries To function, you need to write it yourself and run it on a unified interactive interface)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:21504
    • 提供者:晓风残月
  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
    • 文件大小:1024
    • 提供者:愣Q鱼
  1. vnttbw

    0下载:
  2. MATLAB源码,P0401:用Prewitt算子检测图像的边缘 不错的 很好(The MATLAB source code, P0401: use Prewitt operator to detect image edges good is very good)
  3. 所属分类:图形图象

    • 发布日期:2017-12-25
    • 文件大小:570368
    • 提供者:Keitl
  1. calue

    0下载:
  2. 用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘(Use Prewitt operator to detect image edges P0402: use different sigma value of LoG operator to detect image edges)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-24
    • 文件大小:41984
    • 提供者:alofince
  1. OpenCV_Morpholog

    0下载:
  2. Morphological Operations, Erosion, Dilation and their combinations Open, Close, Boundary extraction, Top-Hat. Edge Detection Filters Prewitt, Sobel and Canny Filters
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:4526080
    • 提供者:穿山甲说
  1. edge-detection-master

    0下载:
  2. C++ Qt implementation of edge detection algorithms. Currently available algorithms: Canny edge detector Sobel edge detector Prewitt edge detector Roberts cross Scharr operator The project includes GUI for viewing results.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:6144
    • 提供者:穿山甲说
  1. ProcessamentoDigitalImagens

    0下载:
  2. Software with Image Processing. Able to use Media filters, Fashion, Medium. In addition to using the masks Sobel, Prewitt, FreiChen and Roberts.
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:57344
    • 提供者:Melllo
  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
    • 文件大小:182272
    • 提供者:huyuwang
  1. 原程序

    0下载:
  2. 四种常见的边缘检测算子 prewitt算子,sober算子,拉普拉斯,canny(Four common edge detection operators)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:晴初-mox
« 1 2 ... 17 18 19 20 21 2223 »
搜珍网 www.dssz.com