Welcome![Sign In][Sign Up]
Location:
Search - hough sobel

Search list

[Graph program纤维处理软件sob+hough直线检测+自动判定

Description: 利用HOUGH变换提取边界特征,还有SOBEL算子的算法也一并附上.-use feature extraction border, SOBEL Operator algorithm also accompanied.
Platform: | Size: 43167 | Author: 唐军 | Hits:

[Special EffectsTImageProcess

Description: 一个图像处理集合的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.
Platform: | Size: 149687 | Author: 赵杰伊 | Hits:

[Special Effectssobel+hough

Description: 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形。
Platform: | Size: 40695 | Author: blueroger | Hits:

[Windows Develop基于win32api的边缘检测

Description: win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富-A program about win32api,very cool,include sobel,laplacian,hough,etc. Useful.
Platform: | Size: 181248 | Author: 沈郑燕 | Hits:

[Graph program纤维处理软件sob+hough直线检测+自动判定

Description: 利用HOUGH变换提取边界特征,还有SOBEL算子的算法也一并附上.-use feature extraction border, SOBEL Operator algorithm also accompanied.
Platform: | Size: 43008 | Author: 唐军 | Hits:

[Special EffectsTImageProcess

Description: 一个图像处理集合的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.
Platform: | Size: 149504 | Author: 赵杰伊 | Hits:

[Exploithoughsearchcircle

Description: 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a circle and the circle radius of the procedure, with images and explanation!
Platform: | Size: 13312 | Author: image | Hits:

[Windows DevelopEdge_Detection_and_Segmentation

Description: mage Processing Toolbox needed Edge Detection Prewitt Roberts Log Canny Sobel Straight Line Hough Transform quadree region growing threshold watershed-mage Processing Toolbox neededEdge Detection Prewitt Roberts Log Canny Sobel Straight Line Hough Transform quadree region growing threshold watershed
Platform: | Size: 6144 | Author: 少文 | Hits:

[Special EffectsImageprocess-11

Description: 用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
Platform: | Size: 131072 | Author: 林兴 | Hits:

[Special EffectsEdge_Detection_and_Segmentation

Description: 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m algorithm includes Prewitt, Roberts, Log, Canny, Sobel Operator realize edge detection, Hough Transform-based line detection, 4-tree region segmentation, watershed segmentation. (Algorithm for the corresponding source file name)
Platform: | Size: 6144 | Author: major | Hits:

[Special EffectsEdgeContour

Description: 这是一个检测边缘的VC++代码,主要有边缘跟踪,hough,sobel等传统检测方法.-This is a marginal detection of VC code, has the edge of the main track, hough, sobel traditional detection methods.
Platform: | Size: 77824 | Author: wangzhao | Hits:

[GDI-BitmapEdgeContour

Description: 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测-Several edge detection operator code: Roberts Sobel Prewitt Kirsh and Gauss-LaplaceHough transform: parallel line detection
Platform: | Size: 885760 | Author: dlf | Hits:

[Special EffectsEdgeContour

Description: VC++的边缘与轮廓处理程序,包括边缘检测(五个算子,robert,sobel,prewitt,kirsch,gauss-laplase),hough变换(平行直线检测),轮廓提取,种子填充(两个算法),和轮廓跟踪。-VC++ The edge with the outline of treatment procedures, including edge detection (five operator, robert, sobel, prewitt, kirsch, gauss-laplase), hough transform (parallel-line detection), contour extraction, seed filling (two algorithms ), and contour tracking.
Platform: | Size: 2132992 | Author: ZL | Hits:

[Graph programEdgeContour

Description: 本程序包括所有的边缘检测算法,实现了robert,sobel,prewitt,gauss边缘检测,hough变换检测水平直线,轮廓提取,种子填充等的功能,经典收藏啊!-This procedure includes all of the edge detection algorithm robert, sobel, prewitt, gauss edge detection, hough transform detection of the level of a straight line, contour extraction, seed fill function, classic collections ah!
Platform: | Size: 73728 | Author: 无梦 | Hits:

[Graph programImageProcess

Description: 图像处理的基本方法源代码,包括:正交变换 , 傅里叶变换,离散余弦变换,沃尔什变换 ,卷积,平滑与锐化,边缘增强,Sobel边缘检测和Hough边缘检测, 反转,腐蚀与膨胀,开与闭,边缘提取, 细化,增强CDib等-The basic method of image processing source code, including: orthogonal transform, Fourier transform, discrete cosine transform, Walsh transform, convolution, smoothing and sharpening, edge enhancement, Sobel edge detection and Hough edge detection, inversion, corrosion and expansion of open and closed, edge extraction, refining and enhancing such CDib
Platform: | Size: 17408 | Author: 赵堃 | Hits:

[Special Effectseagedetectandfigureoperate

Description: 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // TraceDIB() - 轮廓跟踪 // FillDIB() - 种子填充算法1 // Fill2DIB() - 种子填充算法2-Image edge and the outline of computing, including// RobertDIB ()- robert edge detection operator// SobelDIB ()- sobel edge detection operator// PrewittDIB ()- prewitt edge detection operator// KirschDIB ()- kirsch edge detection operator// GaussDIB ( )- gauss edge detection operator// HoughDIB ()- the use of Hough transform detection of parallel straight lines// ContourDIB ()- contour extraction// TraceDIB ()- contour tracking// FillDIB ()- Seed Filling Algorithm 1// Fill2DIB ()-- seed fill algorithm 2
Platform: | Size: 5120 | Author: kelly | Hits:

[Other897979

Description: 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorithms. First of all two-dimensional bar code of the positioning and segmentation algorithm using Hough Transform and Sobel edge detection of the bar code images collected from the original image to effectively separate and then analyzes the barcode image through the optical system of the noise model, put forward a Calculation of point spread function of standard deviation of the algorithm uses Flourier transform adaptively select the threshold to remove noise caused by invalid border, bar code and thus be the basic module. Experimental results show that the algorithm has good noise immunity, improved two-dimensional bar code recognition rate.
Platform: | Size: 1024 | Author: 黄新 | Hits:

[Windows DevelopCodejia.com_40df9b18b021a0ff2295123f1192b961

Description: 共创在线考试测试系统源码2.1.0版利用HOUGH变换提取边界特征,还有SOBEL算子的算法 -Create online exam testing system version 2.1.0 source code using HOUGH transform boundary feature extraction, as well as Sobel Operator Algorithm
Platform: | Size: 3615744 | Author: qqqq | Hits:

[Graph programleogic

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

[Special Effectsline_sobel

Description: 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.
Platform: | Size: 1024 | Author: mayan | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net