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

搜索资源列表

  1. 纤维处理软件sob+hough直线检测+自动判定

    1下载:
  2. 利用HOUGH变换提取边界特征,还有SOBEL算子的算法也一并附上.-use feature extraction border, SOBEL Operator algorithm also accompanied.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:43167
    • 提供者:唐军
  1. TImageProcess

    0下载:
  2. 一个图像处理集合的VC源代码,包括平滑、锐化、边缘增强、Hough Sobel边缘检测、傅立叶变换、腐蚀、膨胀、边缘提取等等。-a set of image processing VC source code, including smoothing, sharpening, edge enhancement, Hough Sobel edge detection, Fourier transform, corrosion, swelling, edge extraction and so on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:149687
    • 提供者:赵杰伊
  1. Imageprocess-11

    0下载:
  2. 用VC实现图像处理的一些效果,如平滑与锐化,边缘增强, Sobel边缘检测和Hough边缘检测, 反转, 腐蚀与膨胀 -images with VC some of the results, such as smoothing and sharpening, edge enhancement, Sobel edge detection and Hough edge detection, inversion, corrosion and expansion
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 这是一个检测边缘的VC++代码,主要有边缘跟踪,hough,sobel等传统检测方法.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:78015
    • 提供者:wangzhao
  1. sobel+hough

    0下载:
  2. 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形。
  3. 所属分类:图形图像处理(光照,映射..)

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

    1下载:
  2. VC++的边缘与轮廓处理程序,包括边缘检测(五个算子,robert,sobel,prewitt,kirsch,gauss-laplase),hough变换(平行直线检测),轮廓提取,种子填充(两个算法),和轮廓跟踪。
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 本程序包括所有的边缘检测算法,实现了robert,sobel,prewitt,gauss边缘检测,hough变换检测水平直线,轮廓提取,种子填充等的功能,经典收藏啊!
  3. 所属分类:图形图象

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

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测 Hough变换,轮廓提取,轮廓跟踪-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm are: Robert operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3987811
    • 提供者:lgy
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // Trace
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5069
    • 提供者:kelly
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough tr
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2663645
    • 提供者:leogic
  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. EdgeContour

    0下载:
  2. 边缘检测包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。霍夫变换,种子填充,轮廓跟踪和轮廓提取。-Edge detection, including: Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Laplacian of Gaussian. Hough transform, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2234173
    • 提供者:陈飞
  1. smagic

    1下载:
  2. 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6662676
    • 提供者:黄知
  1. EdgeContour

    0下载:
  2. 数字图像处理的边缘检测,包括Sobel算子,拉普拉斯算子,Hough变换等!-Digital image processing, edge detection, including the Sobel operator, Laplacian, Hough transform!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4077256
    • 提供者:琚常龙
  1. Hough

    0下载:
  2. 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形-The source code is the first to use the sobel algorithm for image edge extraction, the hough transform to extract circular
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:6163
    • 提供者:guolingzhi
  1. hough

    0下载:
  2. 用于对图像的边缘检测(采用canny算法)。 image 输入图像,这个必须是单通道的,即灰度图 edges 输出的边缘图像 ,也是单通道的,但是是黑白的 threshold1 第一个阈值 threshold2 第二个阈值 aperture_size Sobel 算子内核大小 -Using canny algorithm for image edge detection (). image input image, this must be a singl
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-25
    • 文件大小:366434
    • 提供者:panrujie
  1. Hough-transformation

    0下载:
  2. 實作sobel detection and Hough transformation-Implementing sobel detection and Hough transformation
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4278356
    • 提供者:andy
  1. hough

    0下载:
  2. 首先用sobel对输人的图片进行边缘提取,然后用hough变换法提取图片中的直线。-First use of the input picture sobel edge detection, and then extract the picture straight with hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2395
    • 提供者:huangtingting
  1. 图像边缘检测

    0下载:
  2. 内涵sobel等多种边缘检测算子算法实现以及hough变换求解空间域,matlab实现
  3. 所属分类:图形图像处理(光照,映射..)

« 12 3 »
搜珍网 www.dssz.com