1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00
Files
opencv_contrib/modules/cvv
Sérgio M. Basto 2a4348e07c opencv-4.5.4 enable_cvv fixes #3063
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
2021-10-18 01:39:41 +01:00
..
2017-10-18 12:51:24 +03:00
2018-11-10 10:56:17 +03:00
2020-11-20 16:22:59 +08:00
2018-02-02 19:15:28 +03:00
2015-02-17 12:49:37 +03:00
2016-03-27 00:23:51 -07:00

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.