Searched refs:NCVVector (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCVHaarObjectDetection.hpp | 362 NCVVector<NcvRect32u> &d_dstRects, 366 NCVVector<HaarStage64> &h_HaarStages, 367 NCVVector<HaarStage64> &d_HaarStages, 368 … NCVVector<HaarClassifierNode128> &d_HaarNodes, 369 NCVVector<HaarFeature64> &d_HaarFeatures, 392 NCVVector<HaarStage64> &h_HaarStages, 393 NCVVector<HaarStage64> &d_HaarStages, 394 … NCVVector<HaarClassifierNode128> &d_HaarNodes, 395 NCVVector<HaarFeature64> &d_HaarFeatures, 411 NCVVector<HaarStage64> &h_HaarStages, [all …]
|
D | NCV.hpp | 566 class NCVVector class 568 NCVVector(const NCVVector &); 572 NCVVector() in NCVVector() function in NCVVector 577 virtual ~NCVVector() {} in ~NCVVector() 586 NCVStatus copySolid(NCVVector<T> &dst, cudaStream_t cuStream, size_t howMuch=0) const in copySolid() 629 class NCVVectorAlloc : public NCVVector<T> 689 class NCVVectorReuse : public NCVVector<T> 993 CV_EXPORTS NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses, Ncv32u &numHypothes… 994 … Ncv32u minNeighbors, Ncv32f intersectEps, NCVVector<Ncv32u> *hypothesesWeights);
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 943 NCVVector<HaarStage64> &h_HaarStages) in getStageNumWithNotLessThanNclassifiers() 962 NCVVector<HaarStage64> &h_HaarStages, in ncvApplyHaarClassifierCascade_device() 963 NCVVector<HaarStage64> &d_HaarStages, in ncvApplyHaarClassifierCascade_device() 964 NCVVector<HaarClassifierNode128> &d_HaarNodes, in ncvApplyHaarClassifierCascade_device() 965 NCVVector<HaarFeature64> &d_HaarFeatures, in ncvApplyHaarClassifierCascade_device() 1091 NCVVector<Ncv32u> *d_ptrNowData = &d_vecPixelMask; in ncvApplyHaarClassifierCascade_device() 1092 NCVVector<Ncv32u> *d_ptrNowTmp = &d_vecPixelMaskTmp; in ncvApplyHaarClassifierCascade_device() 1483 NCVStatus ncvGrowDetectionsVector_device(NCVVector<Ncv32u> &pixelMask, in ncvGrowDetectionsVector_device() 1485 NCVVector<NcvRect32u> &hypotheses, in ncvGrowDetectionsVector_device() 1546 NCVVector<NcvRect32u> &d_dstRects, in ncvDetectObjectsMultiScale_device() [all …]
|
/external/opencv3/samples/gpu/ |
D | cascadeclassifier_nvidia_api.cpp | 90 … NCVVector<HaarStage64> &d_haarStages, NCVVector<HaarClassifierNode128> &d_haarNodes, in process() 91 NCVVector<HaarFeature64> &d_haarFeatures, NCVVector<HaarStage64> &h_haarStages, in process()
|
/external/opencv3/modules/cudalegacy/test/ |
D | NCVTestSourceProvider.hpp | 149 NcvBool fill(NCVVector<T> &dst) in fill()
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 767 NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses, in ncvGroupRectangles_host() 771 NCVVector<Ncv32u> *hypothesesWeights) in ncvGroupRectangles_host()
|