Home
last modified time | relevance | path

Searched refs:inn_buf_size (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/apps/traincascade/
Dboost.cpp1438 …int inn_buf_size = ((params.boost_type == LOGIT) || (params.boost_type == GENTLE) ? n*sizeof(int) … in update_weights() local
1440 cv::AutoBuffer<uchar> inn_buf(inn_buf_size); in update_weights()