OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:work_var_count
(Results
1 - 3
of
3
) sorted by null
/external/opencv/ml/src/
mltree.cpp
587
int
work_var_count
= get_work_var_count();
local
606
for( vi = 0; vi <
work_var_count
; vi++ )
2523
int
work_var_count
= data->get_
work_var_count
();
local
[
all
...]
/external/opencv3/apps/traincascade/
old_ml.hpp
684
int get_work_var_count() const {return
work_var_count
;}
709
int ord_var_count, cat_var_count,
work_var_count
;
member in struct:CvDTreeTrainData
730
size_t res = (size_t)(
work_var_count
+ 1) * (size_t)sample_count;
[
all
...]
old_ml_tree.cpp
301
work_var_count
= var_count + (is_classifier ? 1 : 0) // for responses class_labels
309
effective_buf_size = (uint64)(
work_var_count
+ 1)*(uint64)sample_count * buf_count; // this is the total size of "CvMat buf" to be allocated
311
effective_buf_height =
work_var_count
+1;
586
udst = (unsigned short*)(buf->data.s + (size_t)
work_var_count
*sample_count);
588
idst = buf->data.i + (size_t)
work_var_count
*sample_count;
3041
int
work_var_count
= data->get_
work_var_count
();
local
[
all
...]
Completed in 399 milliseconds