magsac
magsac copied to clipboard
The MAGSAC algorithm for robust model fitting without using an inlier-outlier threshold
Hello,everyone,Why the project I downloaded is missing some header files???????????? Can someone post me? like this: -- The CXX compiler identification is GNU 7.5.0 -- Check for working CXX compiler:...
I tried building it for windows10 using VC-2015. But ran in to issues because of gflags. It would be great if author can release windows package or even package installable...
Hi, When I'm running the example code in example_essential_matrix.ipynb i receive the following error  I have experimented a bit with trying to find the correct arguments, but with no...
Hi, @danini and @ducha-aiki , Thanks for sharing your great work! Unfortunatelly, issues raised when I compile it on linux machine with gcc 5.2.0. I am stuck and any advice...
I had a hard time Dockerising this library. I thought this would be useful for other people on the same boat.
Hello. Whenever I run `pymagsac.findHomography' with `use_magsac_plus_plus=True` I always get really verbose prints: ``` Setting the core number for MAGSAC++ is deprecated. Setting the partition number for MAGSAC++ is deprecated....
Hi, Great CMake file, it's easily readable! I modified it to enable using it as a library from code using add_subdirectory. I replaced include_directories with target_include_directories. Example use: 1. Add...
Hi, I have been studying your paper, thanks for uploading your code with it ! I was wondering, when you apply SigmaConsensus, in the paper you use the formula (6)...
Thanks a lot for your great work and code, do you have a plan to add support for rigid transformation estimation? Best, Xuyang