Ask Your Question

FiXeR's profile - activity

2014-06-30 09:11:10 -0600 received badge  Teacher (source)
2014-06-30 08:20:40 -0600 received badge  Necromancer (source)
2014-06-30 04:33:51 -0600 answered a question BRISK doesn't work properly?

I also use mexOpenCV in matlab. I noticed that binary descriptors return 32 uchars (integers up to 255). Since binary descriptors are binary (!!), you should convert each integer value to 8 binary values, resulting in a larger vector (initial_size*8). Then you can use the hamming matcher to get your matches. That should do the trick!