Hello, I'm working with binary descriptors like ORB and AKAZE in opencv and want to store each descriptor (col of the descriptor mat) as binary string. To perform later the query, I want to save it as a array of integers, so I can easy compare binary string with hamming distance.
My problem is to extract the bit representation from the mat.
an ideas? thank you! :)