mateuszz0000
3d0680eddf
Added Burkes dithering algorithm. (#1916)
* Added Burkes dithering algorithm
* Added unit tests for burkes algorithm
* Fix burkes algorithm
* Added some additional information
* Fixed CI tests
* Update digital_image_processing/dithering/burkes.py
Co-Authored-By: Christian Clauss <cclauss@me.com>
* Update digital_image_processing/dithering/burkes.py
Co-Authored-By: Christian Clauss <cclauss@me.com>
* Update digital_image_processing/dithering/burkes.py
Co-Authored-By: Christian Clauss <cclauss@me.com>
* Propogate the += and add a doctest
* Fix doctest
* @staticmethod --> @ classmethod to ease testing
* def test_burkes(file_path):
* Fix for mypy checks
* Fix variable order in get_greyscale
* Fix get_greyscale method
* Fix get_greyscale method
* 3.753
Co-authored-by: Christian Clauss <cclauss@me.com>
2020-04-30 11:54:20 +02:00
..
2020-04-30 11:54:20 +02:00
2019-10-05 10:14:13 +05:00
2020-02-26 15:56:45 +05:30
2020-01-03 22:25:36 +08:00
2019-09-13 07:40:14 -04:00
2019-10-22 21:19:38 +02:00
2019-01-19 09:20:59 +05:30
2020-03-04 13:40:28 +01:00
2019-12-09 03:29:01 +01:00
2020-01-18 13:24:33 +01:00
2020-04-26 11:59:11 +02:00
2020-04-30 11:54:20 +02:00