robokudo.annotators.object_hypothesis_visualizer ================================================ .. py:module:: robokudo.annotators.object_hypothesis_visualizer Classes ------- .. autoapisummary:: robokudo.annotators.object_hypothesis_visualizer.ObjectHypothesisVisualizer Module Contents --------------- .. py:class:: ObjectHypothesisVisualizer(name='ObjectHypothesisVisualizer', descriptor=Descriptor()) Bases: :py:obj:`robokudo.annotators.core.BaseAnnotator` Show the ObjectHypotheses present in the CAS .. py:class:: Descriptor Bases: :py:obj:`robokudo.annotators.core.BaseAnnotator.Descriptor` .. py:class:: Parameters .. py:attribute:: query_aware :value: True .. py:attribute:: parameters .. py:method:: draw_text_middle(image, text, color=(0, 0, 255), font=cv2.FONT_HERSHEY_SIMPLEX, font_scale=1, thickness=2) .. py:method:: update() Called every time the behavior is ticked.