Searched refs:maskCollection (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | utility.hpp | 107 : maskCollection(maskCollection_) {} in MaskCollection() 110 : maskCollection(masks_.maskCollection), curMask(masks_.curMask){} in MaskCollection() 114 curMask = *maskCollection++; in next() 118 curMask = maskCollection[z]; in setMask() 127 const PtrStepb* maskCollection; member
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | brute_force_matcher.cpp | 133 GpuMat& maskCollection) in makeGpuCollection() argument 148 maskCollection.release(); in makeGpuCollection() 172 maskCollection.upload(maskCollectionCPU); in makeGpuCollection() 394 GpuMat trainCollection, maskCollection; in matchAsync() local 395 makeGpuCollection(trainDescCollection_, masks, trainCollection, maskCollection); in matchAsync() 437 …func(query, trainCollection, maskCollection, trainIdx, imgIdx, distance, StreamAccessor::getStream… in matchAsync() 678 GpuMat trainCollection, maskCollection; in knnMatchAsync() local 679 makeGpuCollection(trainDescCollection_, masks, trainCollection, maskCollection); in knnMatchAsync() 723 …func(query, trainCollection, maskCollection, trainIdx, imgIdx, distance, StreamAccessor::getStream… in knnMatchAsync() 930 GpuMat trainCollection, maskCollection; in radiusMatchAsync() local [all …]
|
/external/opencv3/modules/cudafeatures2d/src/cuda/ |
D | bf_match.cu | 745 …StepSzb& query, const PtrStepSzb& trains, const PtrStepSz<PtrStepb>& maskCollection, const PtrStep…
|