OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCVVectorReuse
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestHypothesesGrow.cpp
104
NCVVectorReuse
<Ncv32u> h_vecDst_as32u(h_vecDst.getSegment(), lenDst * sizeof(NcvRect32u) / sizeof(Ncv32u));
TestDrawRects.cpp
107
NCVVectorReuse
<Ncv32u> h_rects_as32u(h_rects.getSegment());
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp
686
*
NCVVectorReuse
689
class
NCVVectorReuse
: public NCVVector<T>
691
NCVVectorReuse
();
692
NCVVectorReuse
(const
NCVVectorReuse
&);
696
explicit
NCVVectorReuse
(const NCVMemSegment &memSegment)
708
NCVVectorReuse
(const NCVMemSegment &memSegment, Ncv32u length_)
714
"
NCVVectorReuse
ctor:: memory binding failed due to size mismatch", );
/external/opencv3/modules/cudaobjdetect/src/
cascadeclassifier.cpp
341
NCVVectorReuse
<NcvRect32u> d_rects(objects_seg, objects.cols);
/external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu
[
all
...]
Completed in 238 milliseconds