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?
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: 339 times
Last updated: Jun 30 '16
Object detection without nonfree
Keypoint matching on Occupancy grid maps
What is the minimum size of feature for detection
What exactly are ORB Descriptors
How to extract ORB_SLAM features to port and work on Android?
How to get good matches from the ORB feature detection algorithm?