Ask Your Question

paul_shuvo's profile - activity

2020-07-15 15:53:14 -0600 edited question AGAST vs BRISK detector in opencv

AGAST vs BRISK detector in opencv After reading the paper on BRISK, I understand that BRISK uses a modified version of A

2020-07-15 15:53:14 -0600 received badge  Editor (source)
2020-07-15 00:35:58 -0600 asked a question AGAST vs BRISK detector in opencv

AGAST vs BRISK detector in opencv After reading the paper on BRISK, I understand that BRISK uses a modified version of A

2020-07-15 00:19:05 -0600 received badge  Supporter (source)
2020-06-26 18:55:57 -0600 asked a question Feature detector vs dense detector

Feature detector vs dense detector What is the difference between a feature detector and a dense detector in computer vi

2020-06-23 12:40:28 -0600 marked best answer How are the binary descriptors generated in OpenCV?

I have been working with the binary descriptors that are implemented in OpenCV. But the descriptors are formed with integer values (shown in red rectangle).

Why are they formed with integer values?

enter image description here

2020-06-23 12:40:28 -0600 received badge  Scholar (source)
2020-06-22 23:37:52 -0600 asked a question Why do 'DAISY' and 'KAZE' have “dtype” float32?

Why do 'DAISY' and 'KAZE' have “dtype” float32? For DAISY descriptor I'm getting the following values And for KAZE

2020-06-22 20:39:52 -0600 commented answer How are the binary descriptors generated in OpenCV?

So, during matching using cv2.NORM_HAMMING, are they converted into binary strings/values?

2020-06-22 19:52:21 -0600 asked a question How are the binary descriptors generated in OpenCV?

How are the binary descriptors generated in OpenCV? I have been working with the binary descriptors that are implemented