Module opencv_cudaoptflow disabled (Bug #3788)
Description
Hi, I'm building latest opencv 3.0. The cmake shows me a text:
"Module opencv_cudaoptflow disabled because opencv_legacy dependency can't be resolved"
Can you tell me how to fix this problem?
Thanks you in advance,
Related issues
related to Bug #3791: Build of cudabgsegm fails due to lack of opencv2/legacy.hpp | Done | 2014-07-03 |
Associated revisions
Merge pull request #3788 from berak:fix_features2d_tut
History
Updated by Daniil Osokin over 10 years ago
Hi Hoa, thanks for response. Try to remove opencv_legacy from ocv_define_module (https://github.com/Itseez/opencv/blob/master/modules/cudaoptflow/CMakeLists.txt). If this fix the issue, please submit a pull request!
- Assignee set to hoa Hong
- Category set to gpu (cuda)
- Priority changed from High to Normal
Updated by hoa Hong over 10 years ago
Daniil Osokin wrote:
Hi Hoa, thanks for response. Try to remove opencv_legacy from ocv_define_module (https://github.com/Itseez/opencv/blob/master/modules/cudaoptflow/CMakeLists.txt). If this fix the issue, please submit a pull request!
It fixed my problem. Thank Daniil
Updated by Maksim Shabunin almost 10 years ago
- Status changed from New to Done
- Pull request set to https://github.com/Itseez/opencv/pull/3018