Ask Your Question
3

MLESAC instead of RANSAC ?

asked 2014-05-02 12:17:33 -0600

yes123 gravatar image

updated 2014-05-06 10:15:11 -0600

Is MLESAC available for OpenCV C++?

It should be much better than RANSAC. Source: http://www.robots.ox.ac.uk/~vgg/publications/2000/Torr00/torr00.pdf

I have only found for Matlab: http://graphics.cs.msu.ru/ru/science/research/machinelearning/ransactoolbox

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-05-04 12:46:37 -0600

Adi gravatar image

OpenCV doesn't seem to have a generic RANSAC implementation.
It is used internally for various algorithms though.

edit flag offensive delete link more

Comments

3

I believe this is a huge loss. MLESAC should give much better results. There are even more RANSAC-like algorithm such as PROSAC

yes123 gravatar imageyes123 ( 2014-05-05 04:42:36 -0600 )edit

Question Tools

Stats

Asked: 2014-05-02 12:17:33 -0600

Seen: 2,299 times

Last updated: May 06 '14