File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 97
97
* [ Peak Signal To Noise Ratio] ( https://github.com/TheAlgorithms/Python/blob/master/compression/peak_signal_to_noise_ratio.py )
98
98
99
99
## Computer Vision
100
+ * [ Cnn Classification] ( https://github.com/TheAlgorithms/Python/blob/master/computer_vision/cnn_classification.py )
100
101
* [ Harris Corner] ( https://github.com/TheAlgorithms/Python/blob/master/computer_vision/harris_corner.py )
101
102
* [ Mean Threshold] ( https://github.com/TheAlgorithms/Python/blob/master/computer_vision/mean_threshold.py )
102
103
349
350
* [ Djb2] ( https://github.com/TheAlgorithms/Python/blob/master/hashes/djb2.py )
350
351
* [ Enigma Machine] ( https://github.com/TheAlgorithms/Python/blob/master/hashes/enigma_machine.py )
351
352
* [ Hamming Code] ( https://github.com/TheAlgorithms/Python/blob/master/hashes/hamming_code.py )
353
+ * [ Luhn] ( https://github.com/TheAlgorithms/Python/blob/master/hashes/luhn.py )
352
354
* [ Md5] ( https://github.com/TheAlgorithms/Python/blob/master/hashes/md5.py )
353
355
* [ Sdbm] ( https://github.com/TheAlgorithms/Python/blob/master/hashes/sdbm.py )
354
356
* [ Sha1] ( https://github.com/TheAlgorithms/Python/blob/master/hashes/sha1.py )
You can’t perform that action at this time.
0 commit comments