Type Definition abow::Desc[][src]

type Desc = [u8; 32];

Supported descriptor type is 32-bit binary array.

This is the most commonly used keypoint descriptor data type. It is used by ORB and BRIEF, for example.

In the future support can be added for other binary descriptor sizes.