An implementation of SuperPoint C++ version and some new contributions
This repository was from here. I modified the usage and parts of it.
Besides, I planned to develop new modules based on it.
The FAST detector demo can be found here.
Windows 11 + Visual Studio 2019 + cmake 3.26.2
-
I tested it on opencv version 4.0.1. You can download it here.
-
Actually, you can choose my package opencv.
-
For libtorch, you should choose */libtorch/share/cmake/Torch.
-
And for opencv, you should choose */opencv/x64/vc15/lib.
- I tested the mode "RelWithDebInfo".
-
Modify PointTracker according to PyTorch version.
-
Integrate the new frontend to our sensor fusion framework.