Ask Your Question

Diegohi's profile - activity

2018-02-13 13:54:03 -0600 commented answer How to obtain the hash representation from the image_hash module

Thanks Laurent, that was what i was looking. Converting the values to Hex was the trick to obtain same size strings, I '

2018-02-13 13:50:31 -0600 received badge  Supporter (source)
2018-02-13 13:50:29 -0600 marked best answer How to obtain the hash representation from the image_hash module

I 'm trying to compute the perceptual hash for an image (Using for example the phash algorithm). I want to compute and save the hash in a database for future comparissons.

The compute method from the PHashImpl class set an cv::OutputArray with the result of the computation (the hash). Is it posible to convert it into a alphanumeric of numeric representation of the hash?

Like: image -> phash_algrithm -> 8a0303f6df3ec8cd

Am i thinking in the right way or my limited knowledge at the moment of the OpenCv is leading me to the wrong path?

2018-02-13 13:50:29 -0600 received badge  Scholar (source)
2018-02-10 15:00:05 -0600 commented question How to obtain the hash representation from the image_hash module

Thanks for your answer Laurent. Do you mean like for example looping through the pixel and transform the values to some

2018-02-09 17:26:35 -0600 asked a question How to obtain the hash representation from the image_hash module

How to obtain the hash representation from the image_hash module I 'm trying to compute the perceptual hash for an image