spateo.preprocessing.auxseg =========================== .. py:module:: spateo.preprocessing.auxseg Classes ------- .. autoapisummary:: spateo.preprocessing.auxseg.LiveWireSegmentation Module Contents --------------- .. py:class:: LiveWireSegmentation(image=None, smooth_image: bool = False, threshold_gradient_image: bool = False) Bases: :py:obj:`object` .. py:attribute:: _image :value: None .. py:attribute:: edges :value: None .. py:attribute:: G :value: None .. py:attribute:: smooth_image :value: False .. py:attribute:: threshold_gradient_image :value: False .. py:property:: image .. py:attribute:: current_point :value: None .. py:attribute:: path :value: None .. py:attribute:: current_path_plot :value: None .. py:attribute:: point_list :value: [] .. py:attribute:: point_plot_list :value: [] .. py:attribute:: path_list .. py:attribute:: path_plot_list :value: [] .. py:attribute:: rst :value: None .. py:method:: _smooth_image() .. py:method:: _compute_gradient_image() .. py:method:: _threshold_gradient_image() .. py:method:: _compute_graph() .. py:method:: compute_shortest_path(startPt, endPt) .. py:method:: LineDDA(start, end) :staticmethod: .. py:method:: fill_contours(arr) :staticmethod: .. py:method:: connect() .. py:method:: button_pressed(event) .. py:method:: mouse_moved(event) .. py:method:: key_pressed(event)