hi all.
i need to work with CvFitLine , but i can't find any examples of what it does.
basically i need to take a set of points (lets' say 3) , draw a line between them, and than i need for every point sum the distance of the point from the line the fitLine method is calculating. (to check if it's bigger than some constant).
I found some sample code: 5th post in google "CvFitLine example". It's a large link because it points to the exact code. 3/4th of the way down the page (book example).