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

Search list

[Special Effectshough

Description: 用M文件做的hough变换,包括内容canny算子圆检测
Platform: | Size: 1070 | Author: liu shuang | Hits:

[Special Effectshough

Description: 霍夫变换的 m文件 ,希望那个可以供大家是使用。
Platform: | Size: 1056 | Author: zhangwei | Hits:

[Windows Develop14747250392005103100175675708

Description: Hough 变换 matlab 源代码-Hough transform Matlab source Medan
Platform: | Size: 1024 | Author: sss | Hits:

[VC/MFCMFC_Black_Book

Description: MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.-MFC Black Book Introduction : Are you an MFC programmer Good. There are two typ es of MFC programmers. What kind are you The firs t kind are the good programmers who write progra ms that conform to the way MFC wants you to do thin gs. The second bunch are wild-eyed anarchists w ho insist on getting things done their way. Me, I'm in the second group. If you are in the same boa t (or would like to be), this book is for you. This b ook will not teach you MFC-not in the traditional s 810005. You should pick it up with a good understan ding of basic MFC programming and a desire to do t hings differently. This is not a tutor Scribble ial (although I will review some fundamentals i n the first chapter). You will learn how to wring every drop from your MFC programs. You'll disco ver how to
Platform: | Size: 1705984 | Author: Mr .Wang | Hits:

[Special Effectshough

Description: 用M文件做的hough变换,包括内容canny算子圆检测
Platform: | Size: 1024 | Author: liu shuang | 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 EffectsHough-matalab

Description: 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行-Based on the Hough transform circle detection-matalab procedures, can effectively detect circular curve, in the run matalab
Platform: | Size: 98304 | Author: 哥琴 | Hits:

[Special Effectshough

Description: 霍夫变换的 m文件 ,希望那个可以供大家是使用。-Hough transform of the m file, in the hope that can be for everyone is to use.
Platform: | Size: 1024 | Author: zhangwei | Hits:

[2D Graphichough

Description: hough变换代码文件,包括hough.m houghpeaks.m 和houghlines.m三个文件-hough transform code documents, including hough.m houghpeaks.m and three documents houghlines.m
Platform: | Size: 8192 | Author: 韩杰 | Hits:

[Special Effectshough

Description: hough算子边缘检测M文件,hough函数-hough operator M document edge detection, hough function
Platform: | Size: 4096 | Author: tsai | Hits:

[matlabhoughtest

Description: 使用hough变换检测直线的matlab程序-Detect the use of straight line hough transform matlab program
Platform: | Size: 1024 | Author: bonnie | Hits:

[Special Effectshough

Description: (1)hough1.m计算所有点的直线参数 ,并将参数存入累加数组中; (2)houghpeaks.m文件进行峰值检测 (3)houghlines.m对图像中的线段检测和链接:-(1) hough1.m straight points for the calculation of all parameters, and parameters into the cumulative array (2) houghpeaks.m document peak detector (3) houghlines.m segment the image in the detection and Links:
Platform: | Size: 4096 | Author: tudou | Hits:

[matlabHoughtransform

Description: 图像处理的霍夫变换程序,采用M语言编写,对数字图像进行直线追踪-HOUGHLINES- detects lines in a binary image using common computer vision operation known as the Hough Transform.
Platform: | Size: 3072 | Author: 李健 | Hits:

[2D Graphichoughline.m

Description: 对读入的图片做霍夫变换,识别出图片中的直线并输出。-Do the Hough Transform to the input image, that is to detect lines in the input image, and output those lines.
Platform: | Size: 2048 | Author: Andy Qin | Hits:

[matlabHoughObject

Description: Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these places”. It turns out that the locus of these votes is itself a circle. But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
Platform: | Size: 104448 | Author: mina | Hits:

[Special EffectshoughT-circles-matlab

Description: hough变换检测圆,里面有样例图片和报告解释。其中circle_dec.m在matlab中直接调用可以运行。-Using Hough Transform to detect circles.
Platform: | Size: 414720 | Author: zxx | Hits:

[Special Effectshough

Description: 此程序为Hough变换提取直线源码,是matlab的*m文件-This program is a straight line Hough transform to extract source code, is a* m file matlab
Platform: | Size: 1024 | Author: 崔彬 | Hits:

[Compress-Decompress algrithmsHough

Description: Hough Transform There are four M files for this project. "wheel.m" contains the procedures for the Hough transform on the image wheel.gif using Sobel edge detection. "wheel_noise" contains the procedures for the Hough transform on the image wheelnoise.gif using Sobel edge detection. Finally, "wheel_canny" contains the procedures for the Hough transform on the image wheel.gif using Canny edge detection. imdetectimage.m is a library we created to perform edge detection algorithms.-Hough Transform There are four M files for this project. "wheel.m" contains the procedures for the Hough transform on the image wheel.gif using Sobel edge detection. "wheel_noise" contains the procedures for the Hough transform on the image wheelnoise.gif using Sobel edge detection. Finally, "wheel_canny" contains the procedures for the Hough transform on the image wheel.gif using Canny edge detection. imdetectimage.m is a library we created to perform edge detection algorithms.
Platform: | Size: 5120 | Author: mamite | Hits:

[Other57443-m-files

Description: 《信号检测与估计-理论与应用》的书中源码,作者Thomas Schonhoff(托马斯 舍恩霍夫) Arthur A. Giordano(阿瑟 乔达诺) 包括各种经典算法的源代码-"Signal detection and estimation- theory and application," the source book, author Thomas Schonhoff (托马斯舍恩 Hough) Arthur A. Giordano (阿瑟乔达诺) Including a variety of classical algorithm source code
Platform: | Size: 76800 | Author: Shane | Hits:

[Special EffectsHough变换

Description: matlab中Hough.m文件函数源代码(Matlab Hough.m file function source code)
Platform: | Size: 9216 | Author: 兰柯一梦 | Hits:
« 12 »

CodeBus www.codebus.net