.gitattributes
.gitignore
.gitlab-ci.yml
.readthedocs.yaml
FAQ.md
LICENSE
MANIFEST.in
README.md
maphis.spec
mkdocs.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
User Guide/User Guide.md
User Guide/Images/ConstraintActivated.png
User Guide/Images/ConstraintButton.png
User Guide/Images/ConstraintUsed.png
User Guide/Images/HierarchyBodyLegs.png
User Guide/Images/HierarchySections.png
User Guide/Images/HierarchySegments.png
User Guide/Images/HierarchySpecimen.png
User Guide/Images/MeasurementsApply.png
User Guide/Images/MeasurementsEmpty.png
User Guide/Images/MeasurementsExport.png
User Guide/Images/MeasurementsSelect.png
User Guide/Images/NewProject.png
User Guide/Images/NewProjectCreate.png
User Guide/Images/NewProjectDownscale.png
User Guide/Images/NewProjectJustCreated.png
User Guide/Images/NewProjectName.png
User Guide/Images/NewProjectReadingScale.png
User Guide/Images/NewProjectSelectFolder.png
User Guide/Images/NewProjectSetScale.png
User Guide/Images/NewProjectSetScaleAccept.png
User Guide/Images/NewProjectSetScaleLine.png
User Guide/Images/Reflections.png
User Guide/Images/Ruler.png
User Guide/Images/SegmentationJustSegmented.png
User Guide/Images/SegmentationSelectPlugin.png
User Guide/Images/SegmentationThoraxSelected.png
docs/FAQ.md
docs/create_new_plugin.md
docs/create_new_project.md
docs/index.md
docs/publishing_your_plugin.md
docs/reference.md
docs/tutorials.md
docs/images/blue_threshold1.png
docs/images/blue_threshold2.PNG
docs/images/blue_threshold_panel.PNG
docs/images/blue_threshold_param.PNG
maphis/LICENSE
maphis/__init__.py
maphis/__main__.py
maphis/app.py
maphis/color_tolerance_dialog.py
maphis/custom_graphics_view.py
maphis/filter_widget.py
maphis/image_list_delegate.py
maphis/image_list_model.py
maphis/image_viewer.py
maphis/import_dialog.py
maphis/import_utils.py
maphis/photo_filter.py
maphis/photo_list_widget.py
maphis/plugin_creation.py
maphis/plugin_manager_.py
maphis/reflections_label_hierarchy.json
maphis/regions_label_hierarchy.json
maphis/resources.py
maphis/resources.qrc
maphis/tag_filter_widget.py
maphis/tags_widget.py
maphis/thumbnail_gui.py
maphis/thumbnail_storage.py
maphis/ui_about.py
maphis/ui_color_tolerance_dialog.py
maphis/ui_detailed_progress_dialog.py
maphis/ui_image_viewer.py
maphis/ui_image_viewer.ui
maphis/ui_import_dialog.py
maphis/ui_maphis.py
maphis/ui_plugins_widget.py
maphis/ui_progress_dialog.py
maphis/ui_thumbnail_gui.py
maphis.egg-info/PKG-INFO
maphis.egg-info/SOURCES.txt
maphis.egg-info/dependency_links.txt
maphis.egg-info/requires.txt
maphis.egg-info/top_level.txt
maphis/bin/__init__.py
maphis/common/__init__.py
maphis/common/action.py
maphis/common/blocking_operation.py
maphis/common/choice.py
maphis/common/choice_popup_panel.py
maphis/common/common.py
maphis/common/computations_scheduler.py
maphis/common/download.py
maphis/common/edit_command_executor.py
maphis/common/icon_storage.py
maphis/common/image_operation_binding.py
maphis/common/label_change.py
maphis/common/label_hierarchy.py
maphis/common/label_image.py
maphis/common/label_tree_model.py
maphis/common/label_tree_view.py
maphis/common/local_photo.py
maphis/common/local_storage.py
maphis/common/message_widget.py
maphis/common/new_plugin.py
maphis/common/param_widget.py
maphis/common/photo.py
maphis/common/plugin.py
maphis/common/plugin_utils.py
maphis/common/popup_widget.py
maphis/common/regions_cache.py
maphis/common/scale_setting_widget.py
maphis/common/state.py
maphis/common/storage.py
maphis/common/tool.py
maphis/common/undo_manager.py
maphis/common/units.py
maphis/common/user_param.py
maphis/common/user_params.py
maphis/common/utils.py
maphis/label_editor/__init__.py
maphis/label_editor/computation_widget.py
maphis/label_editor/label_editor.py
maphis/label_editor/label_level_switch.py
maphis/label_editor/new_label_dialog.py
maphis/label_editor/ui_colormap_widget.py
maphis/label_editor/ui_computation.py
maphis/label_editor/ui_label_editor.py
maphis/label_editor/ui_new_label_dialog.py
maphis/label_editor/ui/colormap_widget.ui
maphis/label_editor/ui/computation.ui
maphis/label_editor/ui/label_editor.ui
maphis/label_editor/ui/new_label_dialog.ui
maphis/layers/__init__.py
maphis/layers/label_layer.py
maphis/layers/layer.py
maphis/layers/layer_stack.py
maphis/layers/mouse_event_layer.py
maphis/layers/photo_layer.py
maphis/layers/visualization_layer.py
maphis/measurement/__init__.py
maphis/measurement/constants_en.txt
maphis/measurement/default_en.txt
maphis/measurement/region_property.py
maphis/measurement/values.py
maphis/measurements_viewer/__init__.py
maphis/measurements_viewer/measurement_assign_dialog.py
maphis/measurements_viewer/measurements_model.py
maphis/measurements_viewer/measurements_viewer.py
maphis/measurements_viewer/ui_measurement_assign_dialog.py
maphis/measurements_viewer/ui_measurements_viewer.py
maphis/measurements_viewer/ui/measurement_assign_dialog.ui
maphis/measurements_viewer/ui/measurements_viewer.ui
maphis/plugin_manager/__init__.py
maphis/plugin_manager/action_info_view.py
maphis/plugin_manager/computation_browser.py
maphis/plugin_manager/new_class_dialog.py
maphis/plugin_manager/plugin_browser.py
maphis/plugin_manager/plugin_store.py
maphis/plugin_manager/ui_action_info_view.py
maphis/plugin_manager/ui_action_view.py
maphis/plugin_manager/ui_computation_browser.py
maphis/plugin_manager/ui_new_class_dialog.py
maphis/plugin_manager/ui_plugin_browser.py
maphis/plugin_manager/ui/action_info_view.ui
maphis/plugin_manager/ui/action_view.ui
maphis/plugin_manager/ui/computation_browser.ui
maphis/plugin_manager/ui/new_class_dialog.ui
maphis/plugin_manager/ui/plugin_browser.ui
maphis/plugins/__init__.py
maphis/plugins/example/__init__.py
maphis/plugins/example/plugin.py
maphis/plugins/maphis/__init__.py
maphis/plugins/maphis/plugin.py
maphis/plugins/maphis/general/__init__.py
maphis/plugins/maphis/general/common.py
maphis/plugins/maphis/general/export_csv.py
maphis/plugins/maphis/general/export_xlsx.py
maphis/plugins/maphis/project_types/arthropods_label_hierarchy.json
maphis/plugins/maphis/project_types/arthropods_landmarks.json
maphis/plugins/maphis/project_types/arthropods_project_info.json
maphis/plugins/maphis/project_types/reflections_label_hierarchy.json
maphis/plugins/maphis/properties/__init__.py
maphis/plugins/maphis/properties/area.py
maphis/plugins/maphis/properties/circularity.py
maphis/plugins/maphis/properties/geodesic_length.py
maphis/plugins/maphis/properties/geodesic_utils.py
maphis/plugins/maphis/properties/glcm.py
maphis/plugins/maphis/properties/glcm_contrast.py
maphis/plugins/maphis/properties/glcm_correlation.py
maphis/plugins/maphis/properties/glcm_dissimilarity.py
maphis/plugins/maphis/properties/glcm_energy.py
maphis/plugins/maphis/properties/glcm_homogeneity.py
maphis/plugins/maphis/properties/max_feret.py
maphis/plugins/maphis/properties/mean_hsv.py
maphis/plugins/maphis/properties/mean_rgb.py
maphis/plugins/maphis/properties/mean_width.py
maphis/plugins/maphis/properties/oriented_bbox_dimensions.py
maphis/plugins/maphis/tools/__init__.py
maphis/plugins/maphis/tools/set_scale.py
maphis/plugins/pekar/__init__.py
maphis/plugins/pekar/plugin.py
maphis/plugins/pekar/regions/__init__.py
maphis/plugins/pekar/regions/segmentation.py
maphis/plugins/pekar/regions/pekar_unet/logs.txt
maphis/plugins/profile_register/__init__.py
maphis/plugins/profile_register/plugin.py
maphis/plugins/profile_register/general/__init__.py
maphis/plugins/profile_register/general/profile_registering.py
maphis/plugins/profile_register/general/profiles.py
maphis/plugins/profile_register/general/recent_save_open_path.txt
maphis/plugins/profile_register/general/tag_mapping_widget.py
maphis/plugins/profile_register/properties/__init__.py
maphis/plugins/profile_register/properties/profile.py
maphis/plugins/profile_register/regions/__init__.py
maphis/project/__init__.py
maphis/project/annotation.py
maphis/project/annotation_delegate.py
maphis/project/annotation_tree_model.py
maphis/project/landmark_delegate.py
maphis/project/landmark_table_model.py
maphis/project/project.py
maphis/qimage2ndarray/LICENSE.txt
maphis/qimage2ndarray/__init__.py
maphis/qimage2ndarray/dynqt.py
maphis/qimage2ndarray/qimageview_python.py
maphis/qimage2ndarray/qrgb_polyfill.py
maphis/qimage2ndarray/qt_driver.py
maphis/resources/__init__.py
maphis/resources/caution.png
maphis/resources/check.png
maphis/resources/delete.png
maphis/resources/floppy-disk.png
maphis/resources/last.png
maphis/resources/mouse.png
maphis/resources/next.png
maphis/resources/question.png
maphis/resources/refresh.png
maphis/resources/resize.png
maphis/resources/rotate.png
maphis/resources/ruler.png
maphis/resources/thumbnail.png
maphis/resources/undo.png
maphis/tags/__init__.py
maphis/tags/tag_chooser.py
maphis/tags/tags_choosers.py
maphis/tags/tags_popup_panel.py
maphis/templates/__init__.py
maphis/templates/general_action_template.py
maphis/templates/plugin_template.py
maphis/templates/property_computation_template.py
maphis/templates/region_computation_template.py
maphis/templates/tool_template.py
maphis/tests/__init__.py
maphis/tests/test_label_hierarchy.py
maphis/tests/test_units.py
maphis/tools/__init__.py
maphis/tools/brush.py
maphis/tools/bucket.py
maphis/tools/knife.py
maphis/tools/landmarks.py
maphis/tools/polygon.py
maphis/tools/ruler.py
maphis/tools/icons/__init__.py
maphis/tools/icons/brush.png
maphis/tools/icons/cutter.png
maphis/tools/icons/landmarks.png
maphis/tools/icons/paint-bucket.png
maphis/tools/icons/ruler.png
maphis/tools/icons/square.png
maphis/ui/about.ui
maphis/ui/color_tolerance_dialog.ui
maphis/ui/image_viewer.ui
maphis/ui/import_dialog.ui
maphis/ui/maphis.ui
maphis/ui/photo_viewer.ui
maphis/ui/plugins_widget.ui
maphis/ui/progress_dialog.ui
maphis/ui/thumbnail_gui.ui
site/404.html
site/index.html
site/objects.inv
site/sitemap.xml
site/sitemap.xml.gz
site/FAQ/index.html
site/assets/_mkdocstrings.css
site/assets/images/favicon.png
site/assets/javascripts/bundle.220ee61c.min.js
site/assets/javascripts/bundle.220ee61c.min.js.map
site/assets/javascripts/glightbox.min.js
site/assets/javascripts/lunr/tinyseg.js
site/assets/javascripts/lunr/wordcut.js
site/assets/javascripts/lunr/min/lunr.ar.min.js
site/assets/javascripts/lunr/min/lunr.da.min.js
site/assets/javascripts/lunr/min/lunr.de.min.js
site/assets/javascripts/lunr/min/lunr.du.min.js
site/assets/javascripts/lunr/min/lunr.es.min.js
site/assets/javascripts/lunr/min/lunr.fi.min.js
site/assets/javascripts/lunr/min/lunr.fr.min.js
site/assets/javascripts/lunr/min/lunr.hi.min.js
site/assets/javascripts/lunr/min/lunr.hu.min.js
site/assets/javascripts/lunr/min/lunr.hy.min.js
site/assets/javascripts/lunr/min/lunr.it.min.js
site/assets/javascripts/lunr/min/lunr.ja.min.js
site/assets/javascripts/lunr/min/lunr.jp.min.js
site/assets/javascripts/lunr/min/lunr.kn.min.js
site/assets/javascripts/lunr/min/lunr.ko.min.js
site/assets/javascripts/lunr/min/lunr.multi.min.js
site/assets/javascripts/lunr/min/lunr.nl.min.js
site/assets/javascripts/lunr/min/lunr.no.min.js
site/assets/javascripts/lunr/min/lunr.pt.min.js
site/assets/javascripts/lunr/min/lunr.ro.min.js
site/assets/javascripts/lunr/min/lunr.ru.min.js
site/assets/javascripts/lunr/min/lunr.sa.min.js
site/assets/javascripts/lunr/min/lunr.stemmer.support.min.js
site/assets/javascripts/lunr/min/lunr.sv.min.js
site/assets/javascripts/lunr/min/lunr.ta.min.js
site/assets/javascripts/lunr/min/lunr.te.min.js
site/assets/javascripts/lunr/min/lunr.th.min.js
site/assets/javascripts/lunr/min/lunr.tr.min.js
site/assets/javascripts/lunr/min/lunr.vi.min.js
site/assets/javascripts/lunr/min/lunr.zh.min.js
site/assets/javascripts/workers/search.74e28a9f.min.js
site/assets/javascripts/workers/search.74e28a9f.min.js.map
site/assets/stylesheets/glightbox.min.css
site/assets/stylesheets/main.26e3688c.min.css
site/assets/stylesheets/main.26e3688c.min.css.map
site/assets/stylesheets/palette.ecc896b0.min.css
site/assets/stylesheets/palette.ecc896b0.min.css.map
site/create_new_plugin/index.html
site/create_new_project/index.html
site/images/blue_threshold1.png
site/images/blue_threshold2.PNG
site/images/blue_threshold_panel.PNG
site/images/blue_threshold_param.PNG
site/publishing_your_plugin/index.html
site/reference/index.html
site/search/search_index.json
site/tutorials/index.html