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

搜索资源列表

  1. bianyuanruihua

    0下载:
  2. 该程序是基于MATLAB的边缘锐化程序,程序内含有SOBEL算子锐化,Laplacian算子锐化。-The program is based on the the MATLAB edge of sharpening program, the program contains SOBEL operator sharpen, Laplacian operator sharpening the.
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:522291
    • 提供者:上官光华
  1. Problem-1

    0下载:
  2. prewit sobel code in matlab a new technology in matlab that is very easy to use & give u many functions.
  3. 所属分类:assembly language

    • 发布日期:2017-11-29
    • 文件大小:49217
    • 提供者:rameez
  1. sobeledge

    0下载:
  2. sobel算子 检测图像边缘。 matlab 程序-sobel operator to detect the edges of the image. matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:675
    • 提供者:李希
  1. image-Contour-detecting-

    0下载:
  2. Robert,sobel图像轮廓提取代码,不是matlab自带函数!-Robert, sobel image contour extraction code, not matlab own function!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:205146
    • 提供者:张星星
  1. me

    0下载:
  2. sobel operator implementation in matlab
  3. 所属分类:File Formats

    • 发布日期:2017-12-08
    • 文件大小:1120
    • 提供者:Hiteshi Acharya
  1. threewatersheld

    0下载:
  2. 三种方法实现matlab图像分水岭分割,第一种直接对图像进行分割,第二三种采用sobel算子提高分割精度-Three methods to achieve the matlab image watershed segmentation, the first direct image segmentation, the second three using sobel operator to improve the accuracy of segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1189
    • 提供者:徐海青
  1. code

    0下载:
  2. 简单的matlab图象修正算法 采用的是sobel函数-Simple matlab edge extraction algorithm using sobel function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:2005
    • 提供者:吴俊
  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. watershed-a-region-growing

    0下载:
  2. matlab实现的区域增长和分水岭算法,以及基于sobel算子,prewitt算子,canny算子,log算子的边缘检测算法。-matlab implementation of regional growth and watershed algorithm, and on the sobel operator, prewitt operator, canny operator, log operator edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:4530
    • 提供者:尹晨光
  1. EdgeDetection

    0下载:
  2. 用Sobel算子的方法对图像进行边缘提取,Matlab程序-Sobel operator using the method of image edge extraction, Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:849
    • 提供者:小习
  1. EdgeDetect

    0下载:
  2. 图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测-Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:667
    • 提供者:rnowb
  1. MatlabImageProcess

    0下载:
  2. Matlab写的图像处理中的基本算法包括直方图均衡化,拉普拉斯锐化,Sobel锐化,含GUI界面-Matlab Image Processing written by the basic algorithm, including histogram equalization, sharpening Laplace, Sobel sharpening, with GUI interface
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5775
    • 提供者:冯建梅
  1. sober-edge-detection

    0下载:
  2. matlab不用库函数的边缘检测程序 MATLAB在图像处理中的应用 Sobel算子的原理及应用算法设计 程序设计 -matlab library function without edge detection program MATLAB image processing applications in Sobel operator theory and application programming algorithm design
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:126278
    • 提供者:顾煜洁
  1. sharpening

    0下载:
  2. 图像空域锐化增强,用matlab分别实现Roberts、Sobel、Priwitt算子的锐化处理,以及实现拉普拉斯图像和原始图像叠加的增强处理-Image airspace sharpening, respectively, to achieve with matlab Roberts, Sobel, Priwitt operator sharpening, and achieve enhancement Laplace image and the original image overlay
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:71695
    • 提供者:sxw
  1. 1

    0下载:
  2. matlab使用垂直Sobel算子,自动选择阈值 [VSFAT Threshold]=edge(f, sobel , vertical ) 边缘探测 figure,imshow(f),title( 原始图像 ), 显示原始图像 figure,imshow(VSFAT),title( 垂直图像边缘检测 ) 显示边缘探测图像 使用水平和垂直Sobel算子,自动选择阈值 SFST=edge(f, sobel ,2) figure,imshow(SFS
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:568
    • 提供者:jwi
  1. edge

    0下载:
  2. 在matlab,传统的边缘检测直接调用edge函数,但是得到的边缘信息较稀薄,可以通过将sobel,roberts,prewitt三种算子的边缘检测叠加起来,并且对于连续的边缘部分拓宽,使得边缘更连贯清晰-In matlab, traditional edge detection edge direct call function, but thinner than the edge information can be obtained by sobel, roberts, prewitt t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:15014
    • 提供者:huanglianjing
  1. start

    1下载:
  2. 基于立体视觉的sobel算法边缘检测提取障碍物-detect the objection by sobel in Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1478
    • 提供者:闵琪
  1. ques10

    0下载:
  2. . Write MATLAB code that will do the following. (a) Perform point detection. (b) Perform line detection. (c) Perform edge detection using Laplacian, Prewitt, Sobel operators. (d) Perform boundary detection using Hough Transform. (e) Perform
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:42935
    • 提供者:Rokibul Ahmed
  1. imgReinforce

    0下载:
  2. 利用matlab的滤波器对图像进行增强。使用到了Laplace和Sobel两种算子。压缩文件中包含图像文件。-Perform processing steps one by one apply sharpening filters (Laplacian and Sobel) with other spatial filters to enhance the original image。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:28423
    • 提供者:gaopeng
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com