Randomized Hough transform: Difference between revisions

Content deleted Content added
Davguez (talk | contribs)
m Termination: I guess a typo, one have to continue searching while there's still ellipse AND (no OR) the max nb of epoch is not reached
Line 37:
 
<source lang="cpp">
while (we find ellipses ORAND not reached the maximum epoch) {
for(a fixed number of iterations) {
Find a potential ellipse.