搜索资源列表

  1. sobel

    0下载:
  2. 字符检测,对于图像中的20几个字符检测出来并进行模板匹配-Character test, for the few characters in the image detected 20 and the template matching
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:张稳
  1. opencv_laplace

    0下载:
  2. 实现LAPLACE和SOBEL高通空域滤波-LAPLACE and SOBEL achieve high-pass spatial filter
  3. 所属分类:OpenCV

    • 发布日期:2024-05-02
    • 文件大小:1341440
    • 提供者:王文博
  1. kantu

    0下载:
  2. 可以打开大部分图片格式包括bmp、jpg等,并对其进行图片的基本处理包括翻转、镜像、傅里叶变换、直方图统计及均衡化、锐化、柔化、加椒盐或高斯噪声、中值滤波、Sobel边缘检测、高斯边缘检测、灰度阀值边缘检测、区域生长、旋转、缩放等操作-Can open most image formats including bmp, jpg, etc., and its basic image processing including flip, m
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:365568
    • 提供者:wangyang
  1. bmp2yuv_ldd032

    0下载:
  2. 图像处理(边缘提取、图像反转、中值滤波、Sobel滤波等)-Image Processiong
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:46080
    • 提供者:Daisy
  1. basenehe

    0下载:
  2. pdf of sobel edge detection
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:90112
    • 提供者:zeg
  1. DIP-ps

    0下载:
  2. 使用vs2010结合qt designer制作的图像处理软件,目前包含了灰度操作;直方图、通道图显示;实现了大津算法、最大熵算法和手动调整(单阈值、双阈值)的二值化操作;含几何操作;代数操作;使用卷积完成了roberts、sobel、prewitt三种算子的边缘检测,也可手动输入kernel;使用卷积完成了gaussian、median、mean三种算子的去噪功能,gaussian算子可手动输入sigma;同时采用workspace支持
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:13700096
    • 提供者:snowymo
  1. 20110506

    0下载:
  2. 主要分析几种应用于数字图像处理中的边缘检测算子,根据它们在实践中的应用结果进行研究,主要包括: Robert 边缘算子、Prewitt 边缘算子、Sobel 边缘算子、Kirsch 边缘算子以及Laplacian 算子等,根据实验处理结果讨论了 几种检测方法的优劣.-Analysis of several key used in digital image processing edge detection operator,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:475136
    • 提供者:mimi
  1. edge

    0下载:
  2. 实现了Kirsch、Prewitt、Sobel、Gauss边缘提取算法,并根据MATLAB中的Canny算法实现了Canny算法,BianYuanJianCe.CPP中实现了背景提取。程序中图像的读取、存储用到了ImageMagick库,ImageMagick库的使用方法在ImageMagick.rar中有说明。-Achieved Kirsch, Prewitt, Sobel, Gauss edge detection algorith
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:12292096
    • 提供者:陈英滔
  1. matlabfile

    0下载:
  2. 利用sobel边缘检测算子实现图像边缘提取,方法简单-Edge detection using sobel operator of image edge extraction, simple
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:45056
    • 提供者:hanqitao
  1. deteccionbordessobel1

    0下载:
  2. Codigo que realiza la detección de bordes por sobel
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:luis
  1. Example_6_Sobel

    0下载:
  2. 利用OpenCV实现的Sobel算子,能够对图像进行一定的处理效果。-An example of OpenCV to implement the Sobel algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-02
    • 文件大小:1415168
    • 提供者:晓强
  1. lv-bo

    0下载:
  2. 本例主要说明了空间域滤波与频域滤波的比较!在空间域中采用了Sobel掩膜对f滤波的结果与在频域中进行等价操作的结果!-This example illustrates the spatial filtering mainly with the comparison of frequency domain filtering! In the spatial domain using the Sobel filter mask on the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:184320
    • 提供者:林彩
  1. a746e9b7ca3e

    0下载:
  2. edge detection including robert sobel operators
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:1138688
    • 提供者:rosh
  1. edge-detec

    0下载:
  2. 所有边缘检测代码,sobel,roberts,拉普拉斯算子-All edge detection code, sobel, roberts, Laplacian
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:xll77
  1. edge_detection

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:40960
    • 提供者:好时
  1. sobelPprewitt

    0下载:
  2. sobel和prewitt測邊的相關做法,sobel是一種high pass 處理,可將圖中的輪廓顯示出來-sobel edge measurement and prewitt related practices, sobel is a high pass processing, the outline of the figure can be displayed
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:林怡潔
  1. Borda_Sobel

    0下载:
  2. Sobel Edge Detector
  3. 所属分类:OpenCV

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:silva
  1. label

    0下载:
  2. 图像分割处理:Roberts,Sobel,LOG,Prewitt算子处理,街区距离方法,欧几里得距离方法,边缘提取,去噪-Image segmentation: Roberts, Sobel, LOG, Prewitt operator handling, block distance method, Euclidean distance method, edge detection, noise reduction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:84992
    • 提供者:chuchu
  1. tuxiangyuchuli

    0下载:
  2. 图片的预处理 将图片读入之后 经过灰度处理 中值滤波(多次) sobel算子运算 二值化运算 最后做细化 处理 显示并保存 细化后的图象-Pretreatment of the picture after the picture to read through the gray scale median filter processing (multiple) sobel operator Binary operator to d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:阮建军
  1. canny_edge

    0下载:
  2. Cannv算子比Roberts算子、Sobel算子和Prewitt算子极小值算法的去噪能力都要强.能够在噪声和边缘检测间取得较好.能够检测到真正的弱边缘 但它也容易平滑掉一些边缘信息。 -canny edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:星尘
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org