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

搜索资源列表

  1. edgesob

    0下载:
  2. 这是关于图像处理小程序,关于找如何找寻sobel边缘的程序。 -This is the image processing on small programs, to find how to find on the edge of the segmentation process.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2540
    • 提供者:李姚
  1. sobel_edgedetection

    0下载:
  2. 边缘检测是图像处理的基本方法之一,SOBEL算子检测法具有检测准确,抗噪强等优点-Edge detection is the basic image processing method, SOBEL Operator detection method is accurate detection, anti-noise advantage
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:966
    • 提供者:林海
  1. vediotechonic

    0下载:
  2. it is used for the picture identify,the name id SOBEL chage mathod.-it is used for the picture identify, the name id SOBEL chage mathod.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:154631
    • 提供者:张晓炜
  1. sztxbyjc

    0下载:
  2. 所谓边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-Edge refers to the so-called partial image brightness changes in the most notable part of it is to test local image change significantly change th
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:阿辉
  1. taozifeinew

    0下载:
  2. 简单BMP图像操作(文件属性,反射,二值化,sobel算子……)-simple operations (file attributes, reflection, two value, segmentation Operator ...)
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:78227
    • 提供者:Hailang
  1. cn700_62452121

    0下载:
  2. 关于sobel算子 逆sobel算子 高斯算子等图像处理算子 和大家共享,谢谢1-on segmentation Operator Operator inverse pixel Gaussian operator of Image Processing Operator and share Thank you, a
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:32527
    • 提供者:zhoujian
  1. demo_rar

    0下载:
  2. 一个可以读取并显示bmp文件的框架程序,可以在里面添加代码实现其他的图像处理功能,里面已经添加了一段sobel算子的程序。-one can read and display bmp the framework document procedures, Inside the can add code to achieve other image processing functions, Add inside a segmentation operator procedures.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:175434
    • 提供者:gzc
  1. Edge_Detection_and_Segmentation

    0下载:
  2. mage Processing Toolbox needed Edge Detection Prewitt Roberts Log Canny Sobel Straight Line Hough Transform quadree region growing threshold watershed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6789
    • 提供者:少文
  1. jdszbyjc

    0下载:
  2. 在Visual C++的环境下 实现Roberts,Sobel,prewitt等经典的边缘检测算子。-in Visual C environment under Roberts, Sobel. prewitt such classic edge detection operators.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:352101
    • 提供者:xingtao
  1. VC_Sobel_Kirsch

    0下载:
  2. 基于VC的SOBEL和Kirsch边缘检测算子的实现,可自行添加相关算子。-based VC SOBEL and Kirsch edge detection operator, which could be added to the relevant operator.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:67095
    • 提供者:zhanghl
  1. phototest

    0下载:
  2. 通过vc编程实现数字图象的边缘检测,是以Sobel算子来实现的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2334
    • 提供者:wangzhengsui
  1. EdgeContour

    0下载:
  2. 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:85591
    • 提供者:dlf
  1. bianyuan

    0下载:
  2. C#下实现的多种边缘检测程序。包括Robert算子、Sobel算子、prewitt算子等
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:537654
    • 提供者:石王春杰
  1. sobeljiance

    0下载:
  2. 文章提出了一种基于Sobel算子和网格的二尺度彩色图像边缘检测方法.该方法将图像划分成预先设定大小的网格,在两个尺度上对图像进行分析,完成图像的边缘检测。首先用Sobel算子求得图像边缘,依据网格内含有边缘像素的数目以及连通情况将不同的网格分别处理。 然后以网格为数据单元,在较大尺度上运用Sobel算子得到图像边缘。最后通过设定数据的优先级和使用形态学的方法合并两次计算边缘的结果。该方法充分考虑到了图像当中可能出现的各种复杂情况,从两个尺度分割图像,弥补了单一方法的不足,提高了分割的正确率。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:126988
    • 提供者:jdshgufi
  1. EdgeDetection

    1下载:
  2. 一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:592958
    • 提供者:
  1. Image

    0下载:
  2. 基于VC的位图图像处理程序,可实现以下功能: 1.图象参数统计:最大值,最小值,均值,直方图; 2.对比度增强:直方图均衡; 3.图象平滑:中值滤波; 4.图象锐化: Sobel算子; 5.图像旋转:将图像旋转任意角度并显示; 6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:374760
    • 提供者:姚海涛
  1. Lenna

    0下载:
  2. ex mag for sobel ssssssssss
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:225280
    • 提供者:ionutstancu
  1. sobel_matlab

    0下载:
  2. using sobel for edge detection
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:330752
    • 提供者:haniy
  1. E1-空域增强

    0下载:
  2. 1-1、图象的灰度变换 对图象p1-03实施灰度平方根变换 1, 要求:显示变换前后2幅图象和2幅直方图,变换参数自行设定。 1-2、空域平滑 对图象p1-03施加高斯噪声和椒盐噪声并实施梯度倒数加权平滑法 要求:显示变换前后2幅图象,利用方差评价空域平滑的效果。 1-3、空间锐化 根据Sobel算子,按照公式4.3.8和公式4.3.9对图象p1-03实施空间锐化 要求:显示变换前后2幅图象。(1-1. Gray transformation of image The squa
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:199680
    • 提供者:LIMBO2K
  1. src的副本

    0下载:
  2. 实现了canny 和 sobel边缘检测(Implementation canny sobel of edge detection algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:9216
    • 提供者:wu shuang
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com