Python/digital_image_processing
Tianyi Zheng a213cea5f5
Fix mypy errors in dilation_operation.py (#8595)
* updating DIRECTORY.md

* Fix mypy errors in dilation_operation.py

* Rename functions to use snake case

* updating DIRECTORY.md

* updating DIRECTORY.md

* Replace raw file string with pathlib Path

* Update digital_image_processing/morphological_operations/dilation_operation.py

Co-authored-by: Christian Clauss <cclauss@me.com>

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2023-04-01 18:39:22 +02:00
..
dithering isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
edge_detection Reduce the complexity of digital_image_processing/edge detection/canny.py (#8167) 2023-04-01 18:22:33 +02:00
filters pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
histogram_equalization Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
image_data Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
morphological_operations Fix mypy errors in dilation_operation.py (#8595) 2023-04-01 18:39:22 +02:00
resize isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
rotation Mypy fix rotation.py (#4319) 2021-04-06 15:34:18 +02:00
__init__.py Add median filter algorithm (#675) 2019-01-19 09:20:59 +05:30
change_brightness.py Create change_brightness.py (#2126) 2020-06-17 07:49:20 +02:00
change_contrast.py Replace flake8 with ruff (#8184) 2023-03-16 13:31:29 +01:00
convert_to_negative.py isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
index_calculation.py Fix yesqa hook (#7843) 2022-10-29 15:07:02 +02:00
sepia.py fix(ci): Update pre-commit hooks and apply new black (#4359) 2021-04-26 07:46:50 +02:00
test_digital_image_processing.py clean of unnecessary checks, imports, calls (#7993) 2022-11-21 00:00:27 +13:00