LICENSE
README.md
pyproject.toml
src/phenotypic/__init__.py
src/phenotypic.egg-info/PKG-INFO
src/phenotypic.egg-info/SOURCES.txt
src/phenotypic.egg-info/dependency_links.txt
src/phenotypic.egg-info/requires.txt
src/phenotypic.egg-info/top_level.txt
src/phenotypic/abstract/__init__.py
src/phenotypic/abstract/_docstring_metaclass.py
src/phenotypic/abstract/_feature_measure.py
src/phenotypic/abstract/_grid_corrector.py
src/phenotypic/abstract/_grid_finder.py
src/phenotypic/abstract/_grid_map_modifier.py
src/phenotypic/abstract/_grid_measure.py
src/phenotypic/abstract/_grid_operation.py
src/phenotypic/abstract/_image_corrector.py
src/phenotypic/abstract/_image_enhancer.py
src/phenotypic/abstract/_image_operation.py
src/phenotypic/abstract/_map_modifier.py
src/phenotypic/abstract/_object_detector.py
src/phenotypic/abstract/_threshold_detector.py
src/phenotypic/core/__init__.py
src/phenotypic/core/_grid_image.py
src/phenotypic/core/_image.py
src/phenotypic/core/_imread.py
src/phenotypic/core/accessors/__init__.py
src/phenotypic/core/accessors/_grid_accessor.py
src/phenotypic/core/accessors/_hsv_accessor.py
src/phenotypic/core/accessors/_image_accessor.py
src/phenotypic/core/accessors/_image_array_accessor.py
src/phenotypic/core/accessors/_image_data_accessor.py
src/phenotypic/core/accessors/_image_enh_matrix_accessor.py
src/phenotypic/core/accessors/_image_matrix_accessor.py
src/phenotypic/core/accessors/_image_objects_accessor.py
src/phenotypic/core/accessors/_measurement_accessor.py
src/phenotypic/core/accessors/_metadata_accessor.py
src/phenotypic/core/accessors/_objmap_accessor.py
src/phenotypic/core/accessors/_objmask_accessor.py
src/phenotypic/core/handlers/__init__.py
src/phenotypic/core/handlers/_image_grid_handler.py
src/phenotypic/core/handlers/_image_handler.py
src/phenotypic/core/handlers/_image_hsv_handler.py
src/phenotypic/core/handlers/_image_io_handler.py
src/phenotypic/correction/__init__.py
src/phenotypic/data/__init__.py
src/phenotypic/data/_sample_image_data.py
src/phenotypic/detection/__init__.py
src/phenotypic/detection/_otsu_detector.py
src/phenotypic/detection/_triangle_detector.py
src/phenotypic/enhancement/__init__.py
src/phenotypic/enhancement/_clahe.py
src/phenotypic/enhancement/_contrast_streching.py
src/phenotypic/enhancement/_gaussian_preprocessor.py
src/phenotypic/enhancement/_laplace_preprocessor.py
src/phenotypic/enhancement/_median_preprocessor.py
src/phenotypic/enhancement/_rank_median_preprocessor.py
src/phenotypic/enhancement/_rolling_ball_preprocessor.py
src/phenotypic/enhancement/_white_tophat_preprocessor.py
src/phenotypic/grid/__init__.py
src/phenotypic/grid/_grid_aligner.py
src/phenotypic/grid/_grid_apply.py
src/phenotypic/grid/_grid_linreg_stats_extractor.py
src/phenotypic/grid/_grid_oversized_object_remover.py
src/phenotypic/grid/_linreg_residual_outlier_modifier.py
src/phenotypic/grid/_min_residual_error_reducer.py
src/phenotypic/grid/_object_spread_extractor.py
src/phenotypic/grid/_optimal_center_grid_finder.py
src/phenotypic/measure/__init__.py
src/phenotypic/measure/_boundary_extractor.py
src/phenotypic/measure/_color_extractor.py
src/phenotypic/measure/_measure_geometry.py
src/phenotypic/measure/_measure_intensity.py
src/phenotypic/morphology/__init__.py
src/phenotypic/morphology/_morphology_filler.py
src/phenotypic/morphology/_morphology_opener.py
src/phenotypic/morphology/_white_tophat_modifier.py
src/phenotypic/objects/__init__.py
src/phenotypic/objects/_border_object_modifier.py
src/phenotypic/objects/_circularity_modifier.py
src/phenotypic/objects/_reduction_by_center_deviation_modifier.py
src/phenotypic/objects/_small_object_modifier.py
src/phenotypic/pipeline/__init__.py
src/phenotypic/pipeline/_image_pipeline.py
src/phenotypic/transform/__init__.py
src/phenotypic/transform/_image_padder.py
src/phenotypic/transform/_image_resizer.py
src/phenotypic/util/__init__.py
src/phenotypic/util/constants_.py
src/phenotypic/util/exceptions_.py
src/phenotypic/util/funcs.py
src/phenotypic/util/labels.py
tests/test_fixtures.py
tests/test_grid_image.py
tests/test_image.py
tests/test_image_pipeline.py
tests/test_pickleable.py