robokudo.vis.cv_visualizer ========================== .. py:module:: robokudo.vis.cv_visualizer Classes ------- .. autoapisummary:: robokudo.vis.cv_visualizer.CVVisualizer Module Contents --------------- .. py:class:: CVVisualizer(*args, **kwargs) Bases: :py:obj:`robokudo.vis.visualizer.Visualizer`, :py:obj:`robokudo.vis.visualizer.Visualizer.Observer` .. py:method:: tick() .. py:method:: 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. .. py:method:: window_title() .. py:method:: notify(observable, *args, **kwargs) .. py:method:: static_post_tick() :staticmethod: .. py:method:: get_gui_handler_for_detected_key() :staticmethod: .. py:method:: handle_keycallback(key) Handle a key-presses that happened in the corresponding GUI of this GUIHandler. :param key: An ASCII char :return: false if GUI reports abort (right now this only happens when ESC is pressed)