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

搜索资源列表

  1. matlab1

    0下载:
  2. 简要介绍了几个基于matlab的图像轮廓提取技术,如robert,sobel 等边缘检测算子,比较了这几个边缘检测算子的处理结果-Briefly introduced several matlab-based image contour extraction technology, robert, sobel edge detection operator, and compare several edge detection operators processing results
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:152006
    • 提供者:吴志国
  1. YuImage

    1下载:
  2. 基于Visual C++的边缘检测实现,包含了Roberts、Prewitt、Sobel、Canny、LoG算子以及平滑滤波和灰值化的功能-Includes edge detection based on Visual C++ achieve, Roberts, Prewitt, Sobel, Canny, LoG operator and smoothing filter and gray values ​ ​ of the function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:13421030
    • 提供者:李鹏宇
  1. WaveletTransform

    1下载:
  2. 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用
  3. 所属分类:Project Design

    • 发布日期:2015-11-03
    • 文件大小:2691072
    • 提供者:zhk
  1. waveletanalysis

    0下载:
  2. 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用
  3. 所属分类:Project Design

    • 发布日期:2017-11-25
    • 文件大小:32454
    • 提供者:zhk
  1. edge-detection

    0下载:
  2. 用c#语言实现图像的边缘检测,包括sobel canny,homogenity和模板算子法等。-use c# realize image edge detecting including sobel canny homogenity and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:114136
    • 提供者:lily
  1. tu-xiang-chu-li-suan-fa-ji-he

    0下载:
  2. 文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:18882
    • 提供者:nimizi
  1. edge-detection

    0下载:
  2. sobel和canny算子用于边缘检测进行对比-sobel and canny operator for edge detection comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:128254
    • 提供者:yu
  1. byjc

    0下载:
  2. 此程序中使用的是边缘检测,包含两个部分OTSU下的边缘检测以及使用sobel等算子的边缘检测-Used in this program is edge detection, contains two parts the OTSU under the edge detection and use sobel operator for Edge Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:1327
    • 提供者:lihong
  1. EdgeFinal

    0下载:
  2. 实现C语言边界提取,利用各种算子、包括sobel\roberts\prewi-C language boundary extraction, using a variety of operators,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:304242
    • 提供者:马骁
  1. suanzi

    0下载:
  2. 4种算子的边缘检测guide环境 sobel prewitt Log canny -Three Operators edge detection guide environmental
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:5905
    • 提供者:xing
  1. ds

    0下载:
  2. 位图图像处理滤波,二值化还有灰度共生举证,sobel prewitt算子laplace算子robot算子,生成bmp图像-Bitmap image processing filter, binarization gray co-occurrence of proof, sobel prewitt operator laplace operators robot operator generated bmp image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:3909843
    • 提供者:Alice
  1. ImageEdgeDetec

    0下载:
  2. 基于SystemGenerator的图像边缘检测,分别有三种检测模式Sobel,Laplace以及Gauss—Laplace算子方式。成功在XilinxFPGA上验证,附带网表。-Three detection modes Sobel, Laplace and Gauss-Laplace operator image edge detection based on SystemGenerator. Success in XilinxFPGA verify with netlist.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:4865302
    • 提供者:Justin Bieber
  1. im2-edge_var

    0下载:
  2. 用opencv 写的一个可以读取视频,并对视频进行边缘提取,有经典的Canny,prewitt,sobel等算子,效果很好-Written opencv can read the video, and video from the edge, classic Canny, prewitt, sobel operator, with good results
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:2205464
    • 提供者:若如初见
  1. matlab_4

    0下载:
  2. 基于matlab的4种梯度算子,Sobel Operator、Laplacian Operator、Prewitt Operator-Matlab based on the four kinds of gradient operator
  3. 所属分类:Development Research

    • 发布日期:2017-11-10
    • 文件大小:77804
    • 提供者:legequ
  1. ruihua

    0下载:
  2. matlab 实现图像增强 包括 prewitt,sobel 拉普拉斯算子-MATLAB image enhancement including prewitt, Sobel Laplace operator
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:1355
    • 提供者:董亚伟
  1. project3

    0下载:
  2. opencv图像边缘检测,包括roberts,sobel,prewitt和laplace算子-opencv image edge detection, including roberts, sobel, prewitt and laplace operator
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:1340
    • 提供者:罗远浩
  1. DIPAX

    1下载:
  2. 实用数字图像处理与分析 陈兵旗 课本源码 1.图像读写; 2.几何变换:竖直镜像、水平镜像、对角镜像; 3.空间变换:傅里叶变换、沃尔什变换、离散余弦变换; 4.图像复原:均值滤波、中值滤波、高斯滤波;5.图像增强:二值化、灰度化、直方图均衡化、伪彩色; 6.特征检测:LOG、Robert、Sobel、Prewitte等边缘检测算子;-Practical digital image processing and analysis Bing flag textbook s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9250674
    • 提供者:王国
  1. phasecong

    0下载:
  2. 用相位一致性理论对图像进行边缘检测,比canny,sobel等边缘检测算子效果更好,供学习。-The phase coherence theory of image edge detection, compared with canny, sobel edge detection operators such as better for learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11090
    • 提供者:曹洪灵
  1. EdgeContour

    0下载:
  2. MFC实现灰度图像的边缘与轮廓,包括Robert,sobel,Kirsch等各种算子的边缘检测,hough变换,轮廓提取,种子填充,轮廓跟踪等-MFC to achieve gray image edges and contours, including Robert, sobel, Kirsch other operator edge detection, hough transform, contour extraction, seed filling, contour tracking.
  3. 所属分类:Menu control

    • 发布日期:2017-05-10
    • 文件大小:2139974
    • 提供者:赵丹凤
  1. IC_gradient_magnitude

    0下载:
  2. 输入一幅图像,进行高斯光滑,使用索贝尔算子计算图像梯度,然后求出梯度幅值和方向-Enter an image, using Gaussian smoothing, ,using Sobel operator to calculate the image gradient, and then find the gradient magnitude and direction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:903
    • 提供者:momo
« 1 2 ... 24 25 26 27 28 2930 31 32 »
搜珍网 www.dssz.com