Slow performance in hashing images in Python
Hello, my question refers to the above mentioned question.
I'm trying to compare pictures using the perceptual hash - and I'm very interested to boost the performance. I just began to experiment with the phash algorithm.
In the above mentioned question in code the "dhash" is used. But in text the "phash" is mentioned.
Is it possible to adapt the idea of boosting performance used in above mentioned question just to the phash algorithm?
Is it possible to use the code for perceptual hashing and "change the word "dhash" to "phash""?
Thanks a lot for your help!!
Jörg