1 | initial version |
The important part is
// bytes is a length of descriptor in bytes. It can be equal 16, 32 or 64 bytes.
BriefDescriptorExtractor( int bytes = 32 );
so your descriptor of the keypoint uses 32 bytes. I guess the patch size refers to the actual size of the area around the keypoint that is used to compute the descriptor.