mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-17 15:26:00 +08:00

The cvv module is compiled conditionally on HAVE_QT5. But in opencv commit 87d4970e8b4b3251035fdf4a0101335ee5904a58 this variable was renamed to HAVE_QT, so the module is never compiled. Also check if QT_VERSION_MAJOR >= 5
GUI for Interactive Visual Debugging of Computer Vision Programs
Simple code that you can add to your program that pops up a GUI allowing you to interactively and visually debug computer vision programs.