Open mateosss opened 2 years ago
Hello! Your findings are consistent with our understanding of the capabilities of the current HybVIO code
parameters.txt
). There are currently no work-arounds for the need for rectification in this case, except fixing/modifying the stereo LK-tracking implementation-useStereo
. It should be possible to extend the algorithm to support themI see, thank you!
Hello, I have a pair of stereo cameras from a VR headset that point at different angles. I've been able to get HybVIO to track stereo features only with
-useRectification
, but even then it doesn't seem possible for HybVIO to track features on the non-overlapping areas of the images.Below is a stereo frame example obtained by running this command:
./main -i=../data/benchmark/ody-easy -p -c -s -windowResolution=640 -useSlam -useStereo -displayStereoMatching -useRectification
Over this HybVIO-formatted dataset. The original EuRoC-formatted dataset can be found here.