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

搜索资源列表

  1. Edge-detection-program--

    1下载:
  2. 包含sobel,canny,roberts,prewitt,小波包的图像检测边缘MATLAB程序-Contains sobel, canny, roberts, prewitt, wavelet packet image detection edge of the MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3776
    • 提供者:wuyanyan
  1. ImageProc

    0下载:
  2. 对采集的实时图像分别进行Roberts算子和Prewitt算子的实时边缘检测。这是硕士论文-Roberts operator, Prewitt operator real-time edge detection are collected real-time image. This master s thesis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3846860
    • 提供者:jessica
  1. demo

    0下载:
  2. 对一幅彩色图像进行近邻、双线性、三次立方卷积放大,放大倍数2、3、4、倍,实现 Roberts算子、Sobel算子 等图像处理方法-Color image of a close neighbor, bilinear, three cubic convolution zoom, magnification, 3, 4 times, Roberts operator, Sobel operator, such as image processing method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3529532
    • 提供者:Avil
  1. assignment3

    0下载:
  2. 编制一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 实验图像任选 -Preparation of a common edge extraction function. By entering different parameters to achieve the Sobel operator, Prewitt operator, Roberts, operator, operator of Ma
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:169152
    • 提供者:David Lucky
  1. ass3

    0下载:
  2. 本程序实现了对灰度图像的边缘检测,可采用5中算子(sobel、prewitt、roberts、canny、marr)对图像检测-This program implements the edge detection of gray-scale image can be used 5 operator (sobel, prewitt, roberts, canny, marr) image detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:185182
    • 提供者:Hunt
  1. byjc

    0下载:
  2. 图像分割算法中的边缘检测代码包括Roberts算子,Sobel算子等-It is a string of byjc
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:5120
    • 提供者:涵曦
  1. denoiseaenhance

    0下载:
  2. 非MATLAB库函数实现空域去噪(包括“3x3均值滤波”、“5x5均值滤波”、“3x3中值滤波” 、“5x5中值滤波”)和空域加强(包括“拉普拉斯算子”、“Roberts算子”、“Prewitt算子”、“Sobel算子)的原创MATLAB代码。-Non-MATLAB library functions the airspace denoising (including the 3x3 mean filter, 5x5 mean filter, 3x3 median filter " ,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:163463
    • 提供者:王岗
  1. Edge-Detection-Code-Release-1.1

    0下载:
  2. 图像边缘检测 Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log七种算法实现 MFC+Opencv+Visual Studio -Image Edge Detection Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log seven kinds of algorithms to achieve MFC+Opencv+Visual Studio 11
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3994802
    • 提供者:刘召
  1. LabGraphic

    0下载:
  2. BSP tree, roberts , Bezier curves
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:382533
    • 提供者:gendos
  1. Edge

    0下载:
  2. Sobel,Roberts,Prewitts,Laplacian四个算子的边缘检测完整实现代码-Sobel, Roberts, Prewitts, Laplacian four operators a complete code for Edge Detection
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:李晨
  1. bbbb

    0下载:
  2. 一种Roberts自适应边缘检测方法A Roberts adaptive edge detection method-A Roberts adaptive edge detection method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:627071
    • 提供者:郭土堆
  1. GGGG

    0下载:
  2. 用Roberts算子进行边缘处理Roberts operator, the edge processing -Roberts operator, the edge processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:92583
    • 提供者:郭土堆
  1. 48834121Imagepro_4

    0下载:
  2. 本代码主要用于图像的边缘检测及分割处理,用到了Roberts,Prewitt,Sobel,Kirsch,Laplacian,Entropy,Ostu等算法-This code is mainly used for image edge detection and segmentation algorithm used in the Roberts, Prewitt, Sobel, Kirsch, Laplacian, Entropy, Ostu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2470263
    • 提供者:姚晓飞
  1. TGUISUSANh

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰 -Edge of the basic characteristics of the imag
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1097859
    • 提供者:干预
  1. bianyuanjiance

    0下载:
  2. MFC + OpenCV 2.4 + Visual Studio 11 + OpenAL 1.1 7种算法实现(使用Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log和SUSAN 8种算法实现)了-MFC+ OpenCV 2.4+ Visual Studio 11+ OpenAL 1.1 7 algorithms (using the Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6934136
    • 提供者:yss
  1. picturesharpen

    0下载:
  2. 代码实现对图形的锐化处理,具有图形界面按键选择Roberts交叉算子、Sobel算子、Laplace边缘增强算子对图像进行锐化处理。-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:49011
    • 提供者:天涯
  1. bianyuanjiance

    0下载:
  2. 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22268
    • 提供者:陈勇
  1. Tvbedgeo

    0下载:
  2. 实现彩图的Roberts、Prewitte、Soobel等边缘提取 ,经测试 -To achieve color pictures the Roberts, Prewitte, Soobel edge extraction, has been tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:527322
    • 提供者:高尚
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com