OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optfeatures
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/objdetect/src/opencl/
cascadedetect.cl
76
__global const OptHaarFeature*
optfeatures
,
177
__global const OptHaarFeature* f =
optfeatures
+ as_int(st.x);
200
__global const OptHaarFeature* f =
optfeatures
+ n.x;
278
__global const OptHaarFeature* f =
optfeatures
+ as_int(st.x);
301
__global const OptHaarFeature* f =
optfeatures
+ n.x;
371
__global const OptLBPFeature*
optfeatures
,
416
__global const OptLBPFeature* f =
optfeatures
+ as_int(st.x);
459
__global const OptLBPFeature*
optfeatures
,
535
__global const OptLBPFeature* f =
optfeatures
+ as_int(st.x);
602
__global const OptLBPFeature* f =
optfeatures
+ as_int(st.x)
[
all
...]
/external/opencv3/modules/objdetect/src/
cascadedetect.cpp
618
if(
optfeatures
.empty())
619
optfeatures
= makePtr<std::vector<OptFeature> >();
715
optfeatures
->resize(nfeatures);
716
optfeaturesPtr = &(*
optfeatures
)[0];
799
optfeatures
= makePtr<std::vector<OptFeature> >();
817
if(
optfeatures
.empty())
818
optfeatures
= makePtr<std::vector<OptFeature> >();
870
optfeatures
->resize(nfeatures);
871
optfeaturesPtr = &(*
optfeatures
)[0];
874
copyVectorToUMat(*
optfeatures
, ufbuf)
[
all
...]
cascadedetect.hpp
384
Ptr<std::vector<OptFeature> >
optfeatures
;
member in class:cv::HaarEvaluator
466
Ptr<std::vector<OptFeature> >
optfeatures
;
member in class:cv::LBPEvaluator
/external/opencv3/modules/objdetect/
opencl_kernels_objdetect.cpp
67
"__global const OptHaarFeature*
optfeatures
,\n"
159
"__global const OptHaarFeature* f =
optfeatures
+ as_int(st.x);\n"
180
"__global const OptHaarFeature* f =
optfeatures
+ n.x;\n"
247
"__global const OptHaarFeature* f =
optfeatures
+ as_int(st.x);\n"
267
"__global const OptHaarFeature* f =
optfeatures
+ n.x;\n"
331
"__global const OptLBPFeature*
optfeatures
,\n"
371
"__global const OptLBPFeature* f =
optfeatures
+ as_int(st.x);\n"
407
"__global const OptLBPFeature*
optfeatures
,\n"
475
"__global const OptLBPFeature* f =
optfeatures
+ as_int(st.x);\n"
530
"__global const OptLBPFeature* f =
optfeatures
+ as_int(st.x);\n
[
all
...]
Completed in 132 milliseconds