Python/digital_image_processing
Maxim R 369562a1e8
Upgrades to caesar_cipher.py (#1958)
* Added more flexibility to functions, decreased amount of repeating code

* Added docstrings

* Updated input functions

* Added doctests

* removed test piece of code

* black .

* Updated caesar cipher standard alphabet to fit python 3.8

* Update and rename sleepsort.py to sleep_sort.py

* Or 4

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-08 07:44:07 +02:00
..
dithering Added Burkes dithering algorithm. (#1916) 2020-04-30 11:54:20 +02:00
edge_detection psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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 Added Nearest neighbour algorithm (#1934) 2020-05-07 23:47:28 +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 Create codespell.yml (#1698) 2020-01-18 13:24:33 +01:00
sepia.py Added sepia tone (#1877) 2020-04-26 11:59:11 +02:00
test_digital_image_processing.py Upgrades to caesar_cipher.py (#1958) 2020-05-08 07:44:07 +02:00