OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effective_buf_height
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/apps/traincascade/
boost.cpp
569
int
effective_buf_height
= 0, effective_buf_width = 0;
local
637
effective_buf_height
= work_var_count+1;
639
if (effective_buf_width >=
effective_buf_height
)
640
effective_buf_height
*= buf_count;
644
if ((uint64)effective_buf_width * (uint64)
effective_buf_height
!= effective_buf_size)
650
buf = cvCreateMat(
effective_buf_height
, effective_buf_width, CV_16UC1 );
652
buf = cvCreateMat(
effective_buf_height
, effective_buf_width, CV_32SC1 );
[
all
...]
old_ml_tree.cpp
174
int
effective_buf_height
= 0, effective_buf_width = 0;
local
311
effective_buf_height
= work_var_count+1;
313
if (effective_buf_width >=
effective_buf_height
)
314
effective_buf_height
*= buf_count;
318
if ((uint64)effective_buf_width * (uint64)
effective_buf_height
!= effective_buf_size)
327
CV_CALL( buf = cvCreateMat(
effective_buf_height
, effective_buf_width, CV_16UC1 ));
332
CV_CALL( buf = cvCreateMat(
effective_buf_height
, effective_buf_width, CV_32SC1 ));
[
all
...]
Completed in 54 milliseconds