Home
last modified time | relevance | path

Searched refs:trainDescType (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dmatchers.cpp721 …int trainDescType = trainDescCollection.empty() ? utrainDescCollection[0].type() : trainDescCollec… in knnMatchImpl() local
722 CV_Assert( _queryDescriptors.type() == trainDescType ); in knnMatchImpl()
868 …int trainDescType = trainDescCollection.empty() ? utrainDescCollection[0].type() : trainDescCollec… in radiusMatchImpl() local
869 CV_Assert( _queryDescriptors.type() == trainDescType ); in radiusMatchImpl()