Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ransac

35 views
Skip to first unread message

Fred

unread,
May 24, 2012, 10:04:25 AM5/24/12
to
Hi.

Does any one knows about the ransac algorithm ?

I want to sort datsa that are supposed to be a straight line despite
some outlier points..
If i know where to find some webbook et something else, i would be
pleased.

Thank you.

Fred

Richard Owlett

unread,
May 24, 2012, 11:31:05 AM5/24/12
to

Fred

unread,
May 25, 2012, 6:13:56 AM5/25/12
to


:-)

Really ? Nice suggestion !

I am trying to find some more accurate documents if anyone would have
already made such an web search.

Sebastian Doht

unread,
May 25, 2012, 6:03:33 PM5/25/12
to
Fred schrieb:
You won't find any ready-to-use code because RANSAC is quite simple in
its form but requires to set arbitrary thresholds which are very
application dependant. If all you want to do is fit a straight line when
there are some outliers robust regression (use google) methods (like
minimizing the median error instead of the mean error or applying a
running median filter on the data first) are easier to implement because
less parameter tuning is required.
0 new messages