organoid_tracker.visualizer.abstract_image_visualizer module

class organoid_tracker.visualizer.abstract_image_visualizer.AbstractImageVisualizer(window: Window)

Bases: Visualizer

A generic image visualizer.

DEFAULT_SIZE = (30, 1000, 1000)
MAX_Z_DISTANCE: int = 3
draw_view()

Draws the view.

get_extra_menu_options() Dict[str, Any]
refresh_all()

Redraws the view after loading the images.

refresh_data()

Redraws the view.