Whether its possible to add manually matched points between different images instead of using the SIFT algorithm #2331
Unanswered
AnvithPabba
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This is not natively supported in Meshroom yet, but take a look at this repository: https://github.com/MrClock8163/MeshroomGCPMarkerAdditions (convert your coco json to csv in the required format to use this node) Support for unknown image detector/descriptor type is planned for a future release: #2252 -> alicevision/AliceVision#1598 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am currently trying to reconstruct a 3d image using 4 different cameras (that are stationary) having a decent amount of overlap, but the issue is mainly the cameras are at different heights and views, and SIFT matching algorithms do not work well with the 4 cameras.
To overcome this I have manually annotated 200+ corresponding common points between the 4 camera views and have their coordinates in the COCO json format. (where each point "i" corresponds to the same point in all 4 camera views)
Is there any way I can load these matching points into AliceVision/Meshlab so that it can use these manually annotated common points instead of the ones generated by the SIFT algorithm?
Any help would be much appreciated, thank you!
Beta Was this translation helpful? Give feedback.
All reactions