c++ - How to Ransac cpp -


i have matrix (vector of vectors) several points (measurements sensors) supposed represent walls. walls parallel/perpendicular.

i want fit these points respective walls. thought of using ransac can't find easy way implement on matrix in cpp, without having visualization code, point cloud library.

do have write own ransac or exist?

you may try ransac in opencv library. if not enough, take it's code (it open source) , modify according problem details. or may add pictures here better understanding of issue details.


Comments

Popular posts from this blog

android - Hide only the Action bar on Scroll not action bar tabs -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -