Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp976 std::vector<PtrStepSzb> trains_(trainDescCollection_.begin(), trainDescCollection_.end()); in radiusMatchAsync() local
979 …func(query, &trains_[0], static_cast<int>(trains_.size()), maxDistance, masks_.size() == 0 ? 0 : &… in radiusMatchAsync()