Randomized Hough transform: Difference between revisions

Content deleted Content added
m rm {{orphan|date=May 2010}} as this is linked from Hough transform now and I can't think from where else it should be linked
m typo
Line 9:
==Implementation==
 
In comparison with HT, RHT takes advantage of the fact that some analytical curves can be fully determined by a certain number of points on the curve. For example, a stragitstraight line can be determined by two points, and an ellipse (or a circle) can be determined by three points. To illustrate the basic idea of RHT, let's consider the case of ellipse detection. The whole process generally consists of three steps:
 
1) Fit ellipses with randomly selected points;