[][src]Module opencv::cvv

GUI for Interactive Visual Debugging of Computer Vision Programs

Namespace for all functions is cvv, i.e. cvv::showImage().

Compilation:

  • For development, i.e. for cvv GUI to show up, compile your code using cvv with g++ -DCVVISUAL_DEBUGMODE.
  • For release, i.e. cvv calls doing nothing, compile your code without above flag.

See cvv tutorial for a commented example application using cvv.

Structs

CallMetaData

Optional information about a location in Code.

FinalShowCaller

RAII-class to call finalShow() in it's dtor.

Functions

debug_mode

Returns whether debug-mode is active for this TU and thread.

final_show

Passes the control to the debug-window for a last time.

final_show_1
get_debug_flag

The debug-flag-singleton

set_debug_flag

Enable or disable cvv for current translation unit and thread