Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp155 … Mat maskCollectionCPU(1, static_cast<int>(trainDescCollection.size()), CV_8UC(sizeof(PtrStepb))); in makeGpuCollection() local
158 PtrStepb* maskCollectionCPU_ptr = maskCollectionCPU.ptr<PtrStepb>(); in makeGpuCollection()
172 maskCollection.upload(maskCollectionCPU); in makeGpuCollection()