Lines Matching refs:trainDescriptors
788 @param trainDescriptors Train set of descriptors. This set is not added to the train descriptors
798 matched. Namely, queryDescriptors[i] can be matched with trainDescriptors[j] only if
801 CV_WRAP void match( InputArray queryDescriptors, InputArray trainDescriptors,
807 @param trainDescriptors Train set of descriptors. This set is not added to the train descriptors
822 CV_WRAP void knnMatch( InputArray queryDescriptors, InputArray trainDescriptors,
829 @param trainDescriptors Train set of descriptors. This set is not added to the train descriptors
845 void radiusMatch( InputArray queryDescriptors, InputArray trainDescriptors,