File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 31
31
* [ One Dimensional] ( https://github.com/TheAlgorithms/Python/blob/master/cellular_automata/one_dimensional.py )
32
32
33
33
## Ciphers
34
+ * [ A1Z26] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/a1z26.py )
34
35
* [ Affine Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/affine_cipher.py )
35
36
* [ Atbash] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/atbash.py )
36
37
* [ Base16] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/base16.py )
138
139
## Digital Image Processing
139
140
* [ Change Contrast] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/change_contrast.py )
140
141
* [ Convert To Negative] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/convert_to_negative.py )
142
+ * Dithering
143
+ * [ Burkes] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/dithering/burkes.py )
141
144
* Edge Detection
142
145
* [ Canny] ( https://github.com/TheAlgorithms/Python/blob/master/digital_image_processing/edge_detection/canny.py )
143
146
* Filters
You can’t perform that action at this time.
0 commit comments