Python/digital_image_processing
Kamil ba828fe621
test_digital_image_processing -> test_local_binary_pattern replacing a large image with a smaller one (#10161)
* Replacing the generator with numpy vector operations from lu_decomposition.

* Revert "Replacing the generator with numpy vector operations from lu_decomposition."

This reverts commit ad217c6616.

* Replaced lena.jpg with lena_small.jpg to make tests faster.

* Update digital_image_processing/test_digital_image_processing.py

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

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update test_digital_image_processing.py

tests fail, I'll try an empty commit

* Apply suggestions from code review

* Update test_digital_image_processing.py

added clarifications

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update test_digital_image_processing.py

---------

Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2023-10-09 17:46:38 +02:00
..
dithering Fix greyscale computation and inverted coords (#8905) 2023-07-29 10:03:43 -07:00
edge_detection Reduce the complexity of digital_image_processing/edge detection/canny.py (#8167) 2023-04-01 18:22:33 +02:00
filters added laplacian_filter file (#9783) 2023-10-06 01:43:45 +02:00
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 erosion_operation.py (#8603) 2023-09-27 14:00:34 +02:00
resize isort --profile black . (#2181) 2020-07-06 09:44:19 +02:00
rotation Fix minor typing errors in maths/ (#8959) 2023-08-15 14:27:41 -07: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 test_digital_image_processing -> test_local_binary_pattern replacing a large image with a smaller one (#10161) 2023-10-09 17:46:38 +02:00