HomeSort by relevance Sort by last modified time
    Searched refs:NCVVector (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
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...]
NCV.hpp 563 * NCVVector (1D)
566 class NCVVector
568 NCVVector(const NCVVector &);
572 NCVVector()
577 virtual ~NCVVector() {}
586 NCVStatus copySolid(NCVVector<T> &dst, cudaStream_t cuStream, size_t howMuch=0) const
629 class NCVVectorAlloc : public NCVVector<T>
689 class NCVVectorReuse : public NCVVector<T>
993 CV_EXPORTS NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses, Ncv32u &numHypotheses
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]
  /external/opencv3/samples/gpu/
cascadeclassifier_nvidia_api.cpp 90 NCVVector<HaarStage64> &d_haarStages, NCVVector<HaarClassifierNode128> &d_haarNodes,
91 NCVVector<HaarFeature64> &d_haarFeatures, NCVVector<HaarStage64> &h_haarStages,
  /external/opencv3/modules/cudalegacy/test/
NCVTestSourceProvider.hpp 149 NcvBool fill(NCVVector<T> &dst)
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 767 NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses,
771 NCVVector<Ncv32u> *hypothesesWeights)

Completed in 5743 milliseconds