Randomized Hough transform: Difference between revisions

Content deleted Content added
typo
Line 12:
===Ellipse fitting===
One general equation for defining [[ellipse]]s is:
<math>a (x - p)^2+ 2b (x-p) (y-q) + c (y-q)^2 += 1 = 0 </math>
 
with restriction: <math>ac-b^2>0</math>