-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding OpenCV's GPU GFTT/ OpticalFlow and CudaSift support #1330
Conversation
…rs is called. Added workaround of to detect/ignore invalid descriptors
…ctave to behave more like opencv
When building
It seems to be because during linking (see with
Note that this would only work if you rebuild exactly the same OpenCV version than the system one to avoid any conflicts. |
These new features are available if built with OpenCV CUDA.
New features:
GFTT/Gpu=true
Vis/CorFlowGpu=true
Stereo/Gpu=true
SIFT/Gpu=true
--Odom/Strategy 1 --Vis/CorFlowGpu true --Vis/CoreType 1 --Stereo/Gpu true --GFTT/Gpu true --Vis/BundleAdjustment 0
Use this fork to build CudaSift: https://github.com/matlabbe/CudaSift