.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/plugin_preview.yml
.github/workflows/test_and_deploy.yml
.napari/DESCRIPTION.md
materials/interface_tools_screenshots/annotation_delete_button.PNG
materials/interface_tools_screenshots/annotation_export_button.png
materials/interface_tools_screenshots/annotation_load_button.PNG
materials/interface_tools_screenshots/annotation_lock_button.PNG
materials/interface_tools_screenshots/annotation_save_button.PNG
materials/interface_tools_screenshots/annotation_undo_button.PNG
materials/interface_tools_screenshots/annotation_unlock_button.PNG
materials/interface_tools_screenshots/contrast_add_button.PNG
materials/interface_tools_screenshots/contrast_choose.PNG
materials/interface_tools_screenshots/contrast_export_button.PNG
materials/interface_tools_screenshots/contrast_import_button.PNG
materials/interface_tools_screenshots/hesperos_manual_interface.PNG
materials/interface_tools_screenshots/hesperos_oneshot_interface.PNG
materials/interface_tools_screenshots/image_change_axis_button.PNG
materials/interface_tools_screenshots/image_transpose_button.PNG
materials/interface_tools_screenshots/layer_label_erase_button.PNG
materials/interface_tools_screenshots/layer_label_fill_button.PNG
materials/interface_tools_screenshots/layer_label_paint_button.PNG
materials/interface_tools_screenshots/layer_label_zoom_button.PNG
materials/interface_tools_screenshots/open_dicom_serie_button.PNG
materials/interface_tools_screenshots/open_image_file_button.PNG
materials/interface_tools_screenshots/proba_threshold_slider.PNG
materials/interface_tools_screenshots/run_segmentation_button.PNG
materials/interface_tools_screenshots/save_probabilities_button.PNG
materials/interface_tools_screenshots/save_segmentation_button.PNG
materials/interface_tools_screenshots/screen_tagging_step.PNG
materials/interface_tools_screenshots/slice_selection_add_button.png
materials/interface_tools_screenshots/slice_selection_drop_down_menu.png
materials/interface_tools_screenshots/slice_selection_goto_button.png
materials/interface_tools_screenshots/slice_selection_remove_button.png
materials/interface_tools_screenshots/zoom_slider.PNG
script_files/for_Macos/install_hesperos_env.command
script_files/for_Macos/run_hesperos.command
script_files/for_Windows/install_hesperos_env.bat
script_files/for_Windows/run_hesperos.bat
src/test_plugin.py
src/_tests/__init__.py
src/_tests/test_widget.py
src/hesperos/__init__.py
src/hesperos/_manual_widget.py
src/hesperos/_oneshot_widget.py
src/hesperos/napari.yaml
src/hesperos.egg-info/PKG-INFO
src/hesperos.egg-info/SOURCES.txt
src/hesperos.egg-info/dependency_links.txt
src/hesperos.egg-info/entry_points.txt
src/hesperos.egg-info/requires.txt
src/hesperos.egg-info/top_level.txt
src/hesperos/annotation/__init__.py
src/hesperos/annotation/feta.py
src/hesperos/annotation/fetus.py
src/hesperos/annotation/oneshot.py
src/hesperos/annotation/shoulder.py
src/hesperos/annotation/shoulder_bones.py
src/hesperos/annotation/shoulder_deltoid.py
src/hesperos/annotation/structuresubpanel.py
src/hesperos/layout/__init__.py
src/hesperos/layout/gui_elements.py
src/hesperos/layout/napari_elements.py
src/hesperos/one_shot_learning/__init__.py
src/hesperos/one_shot_learning/classifier.py
src/hesperos/one_shot_learning/features2d.py
src/hesperos/one_shot_learning/features3d.py
src/hesperos/one_shot_learning/kernel.py
src/hesperos/one_shot_learning/utilities.py
src/hesperos/resources/__init__.py
src/hesperos/resources/_icons.py
src/hesperos/resources/group_box_stylesheet.qss
src/hesperos/resources/icons/__init__.py
src/hesperos/resources/icons/backup.svg
src/hesperos/resources/icons/chevron_down.svg
src/hesperos/resources/icons/chevron_left.svg
src/hesperos/resources/icons/chevron_right.svg
src/hesperos/resources/icons/chevron_up.svg
src/hesperos/resources/icons/export.svg
src/hesperos/resources/icons/import.svg
src/hesperos/resources/icons/lock.svg
src/hesperos/resources/icons/map.svg
src/hesperos/resources/icons/minus.svg
src/hesperos/resources/icons/minus2.svg
src/hesperos/resources/icons/plus.svg
src/hesperos/resources/icons/reset.svg
src/hesperos/resources/icons/save.svg
src/hesperos/resources/icons/undo.svg
src/hesperos/resources/icons/unlock.svg
src/hesperos/resources/icons/zoom.svg