Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp158 PtrStepb* maskCollectionCPU_ptr = maskCollectionCPU.ptr<PtrStepb>(); in makeGpuCollection() local
160 …ize = trainDescCollection.size(); i < size; ++i, ++trainCollectionCPU_ptr, ++maskCollectionCPU_ptr) in makeGpuCollection()
168 *maskCollectionCPU_ptr = mask; in makeGpuCollection()