Ask Your Question

Revision history [back]

CV_WRAP virtual void compute( InputArray image, CV_OUT CV_IN_OUT std::vector<keypoint>& keypoints, OutputArray descriptors ); In this function:

@param keypoints Input collection of keypoints. Keypoints for which a descriptor cannot becomputed are removed. Sometimes new keypoints can be added, for example: SIFT duplicates keypoint with several dominant orientations (for each orientation).