Interface Brief

interface Brief {
    descriptors: Uint8Array[];
    keypoints: OrientedFastKeypoint[];
}

Properties

descriptors: Uint8Array[]