drsrinathsridhar / GRANSAC

Multi-threaded generic RANSAC implemetation
MIT License
311 stars 93 forks source link

GRANSAC detail #2

Closed amitadhiman closed 6 years ago

amitadhiman commented 7 years ago

Hi, Thank you for GRANSAC. It is running successfully on my system.

I want to study GRANSAC in more detail. Could you please give me a link or document to study mainly about GRANSAC. Thank you

drsrinathsridhar commented 7 years ago

Thanks for using GRANSAC. Wikipedia is a good start to learn more about RANSAC. GRANSAC is just a generic implementation of RANSAC.

https://en.wikipedia.org/wiki/Random_sample_consensus

drsrinathsridhar commented 6 years ago

Closing this since it isn't really an issue.