Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp771 NCVVector<Ncv32u> *hypothesesWeights) in ncvGroupRectangles_host() argument
775 if (hypothesesWeights != NULL) in ncvGroupRectangles_host()
777 ncvAssertReturn(hypothesesWeights->memType() == NCVMemoryTypeHostPageable || in ncvGroupRectangles_host()
778hypothesesWeights->memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); in ncvGroupRectangles_host()
790 if (hypothesesWeights != NULL) in ncvGroupRectangles_host()
805 if (hypothesesWeights != NULL) in ncvGroupRectangles_host()
807 memcpy(hypothesesWeights->ptr(), &weights[0], numHypotheses * sizeof(Ncv32u)); in ncvGroupRectangles_host()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp994 … Ncv32u minNeighbors, Ncv32f intersectEps, NCVVector<Ncv32u> *hypothesesWeights);