ORB 32byte Descriptor
Why is an ORB 32 Byte descriptor?
If I have 200 keypoints detected in an Image then will I get only one 32 Byte (256 bits) for all the 200 keypoints?
no, 32 byte per keypoint, a Mat(200,32,CV_8U);
(each 32byte descriptor ends up on a row)
Asked: 2016-06-30 03:16:15 -0600
Seen: 473 times
Last updated: Jun 30 '16