README.md
setup.cfg
setup.py
maphis/__init__.py
maphis/app.py
maphis/color_tolerance_dialog.py
maphis/custom_graphics_view.py
maphis/image_list_delegate.py
maphis/image_list_model.py
maphis/image_viewer.py
maphis/import_dialog.py
maphis/import_utils.py
maphis/plugin_manager_.py
maphis/resources.py
maphis/tag_filter_widget.py
maphis/tags_widget.py
maphis/thumbnail_gui.py
maphis/thumbnail_storage.py
maphis/ui_color_tolerance_dialog.py
maphis/ui_image_viewer.py
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/edit_command_executor.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/layer.py
maphis/common/local_photo.py
maphis/common/local_storage.py
maphis/common/new_plugin.py
maphis/common/param_widget.py
maphis/common/photo.py
maphis/common/photo_layer.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/common/visualization_layer.py
maphis/label_editor/__init__.py
maphis/label_editor/computation_widget.py
maphis/label_editor/label_editor.py
maphis/label_editor/label_layer.py
maphis/label_editor/label_level_switch.py
maphis/label_editor/label_view_widget.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/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/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/plugins/__init__.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/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_length_cpp.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/glcm_props.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/mean_width_cpp.py
maphis/plugins/maphis/properties/oriented_bbox_dimensions.py
maphis/plugins/pekar_appendage_segments/__init__.py
maphis/plugins/pekar_appendage_segments/plugin.py
maphis/plugins/pekar_appendage_segments/regions/__init__.py
maphis/plugins/pekar_appendage_segments/regions/appendage_segments.py
maphis/plugins/pekar_reflections/__init__.py
maphis/plugins/pekar_reflections/plugin.py
maphis/plugins/pekar_reflections/regions/__init__.py
maphis/plugins/pekar_reflections/regions/reflections.py
maphis/plugins/pekar_unet/__init__.py
maphis/plugins/pekar_unet/plugin.py
maphis/plugins/pekar_unet/regions/__init__.py
maphis/plugins/pekar_unet/regions/segmentation.py
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/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/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/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/tools/__init__.py
maphis/tools/brush.py
maphis/tools/bucket.py
maphis/tools/knife.py
maphis/tools/polygon.py
maphis/tools/ruler.py
maphis/tools/icons/__init__.py