robokudo.vis.cv_visualizer

Classes

Module Contents

class robokudo.vis.cv_visualizer.CVVisualizer(*args, **kwargs)

Bases: robokudo.vis.visualizer.Visualizer, robokudo.vis.visualizer.Visualizer.Observer

tick()
mouse_callback_cv(event, x, y, flags, param)

Mouse callback for the 2D Visualizer. Prints double click events and forwards every event to the active annotator.

window_title()
notify(observable, *args, **kwargs)
static static_post_tick()
static get_gui_handler_for_detected_key()
handle_keycallback(key)

Handle a key-presses that happened in the corresponding GUI of this GUIHandler.

Parameters:

key – An ASCII char

Returns:

false if GUI reports abort (right now this only happens when ESC is pressed)