Searched refs:hypothesesWeights (Results 1 – 2 of 2) sorted by relevance
771 NCVVector<Ncv32u> *hypothesesWeights) in ncvGroupRectangles_host() argument775 if (hypothesesWeights != NULL) in ncvGroupRectangles_host()777 ncvAssertReturn(hypothesesWeights->memType() == NCVMemoryTypeHostPageable || in ncvGroupRectangles_host()778 … hypothesesWeights->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()
994 … Ncv32u minNeighbors, Ncv32f intersectEps, NCVVector<Ncv32u> *hypothesesWeights);