Python/digital_image_processing
Christian Clauss b9e5259aeb
Fix long line, tests (#2123)
* Fix long line

* updating DIRECTORY.md

* Add doctest

* ...

* ...

* Update tabu_search.py

* space

* Fix doctest

    >>> find_neighborhood(['a','c','b','d','e','a'])  # doctest: +NORMALIZE_WHITESPACE
    [['a','e','b','d','c','a',90], [['a','c','d','b','e','a',90],
     ['a','d','b','c','e','a',93], ['a','c','b','e','d','a',102],
     ['a','c','e','d','b','a',113], ['a','b','c','d','e','a',93]]

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: John Law <johnlaw.po@gmail.com>
2020-06-16 14:29:13 +02:00
..
dithering Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
edge_detection Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
filters Add bilateral filter (#1786) 2020-02-26 15:56:45 +05:30
histogram_equalization pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
image_data Digital Image Processing Tests (#1178) 2019-09-13 07:40:14 -04:00
resize Fix long line, tests (#2123) 2020-06-16 14:29:13 +02:00
rotation Add algorithm to rotate images (#1420) 2019-10-22 21:19:38 +02:00
__init__.py Add median filter algorithm (#675) 2019-01-19 09:20:59 +05:30
change_contrast.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
convert_to_negative.py digital_image_processing/convert_to_negative (#1216) 2019-12-09 03:29:01 +01:00
index_calculation.py Tighten up psf/black and flake8 (#2024) 2020-05-22 08:10:11 +02:00
sepia.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
test_digital_image_processing.py Upgrades to caesar_cipher.py (#1958) 2020-05-08 07:44:07 +02:00