-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
System information (version)
- OpenCV => 4.5.4
- Operating System / Platform => Linux x86_64
- Compiler => GCC 11
Detailed description
The cvv module is compiled conditionally on HAVE_QT5. But in opencv commit 87d4970 this variable was renamed to HAVE_QT, so the module is never compiled.
Steps to reproduce
Issue submission checklist
- [ x] I report the issue, it's not a question
- [ x] I checked the problem with documentation, FAQ, open issues,
answers.opencv.org, Stack Overflow, etc and have not found solution - [ x] I updated to latest OpenCV version and the issue is still there
- [ x] There is reproducer code and related data files: videos, images, onnx, etc
alalek