How to convert a row of a descriptor to a binary string
hello, In openCV I use binary descriptors like ORB and A-KAZE. Now I want to test and perform some matching algorithms, that aren't part of opencv. For this, I want to create a BitString of each row of the descriptor. But there I have some issueas. How are the bits saved in the the mat object?
thank you