srivathsanmurali / domsetLibrary

a library that clusters set of images with poses into clusters for easier mvs
Mozilla Public License 2.0
14 stars 7 forks source link

Overlap constant #4

Open srivathsanmurali opened 7 years ago

srivathsanmurali commented 7 years ago

Implement a option have overlap in clusters for registration purposes. + When finding the center that the view is assigned to also find the next best center. + Assign certain number of overlap from the list of views that are in the secondary list for centers New implementation does the following

TODO:

srivathsanmurali commented 6 years ago

@ManishSahu53 @pmoulon I have a very rough implementation of the overlaps in domset in my fork of openMVG https://github.com/srivathsanmurali/openMVG/tree/develop_clusterOverlap I will clean it up and test it a bit more and get back to you.