spateo.preprocessing.auxseg#

Module Contents#

Classes#

class spateo.preprocessing.auxseg.LiveWireSegmentation(image=None, smooth_image: bool = False, threshold_gradient_image: bool = False)[source]#

Bases: object

property image[source]#
_smooth_image()[source]#
_compute_gradient_image()[source]#
_threshold_gradient_image()[source]#
_compute_graph()[source]#
compute_shortest_path(startPt, endPt)[source]#
static LineDDA(start, end)[source]#
static fill_contours(arr)[source]#
connect()[source]#
button_pressed(event)[source]#
mouse_moved(event)[source]#
key_pressed(event)[source]#