Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_boost.cpp1490 int i, j, nactive_vars; in get_active_vars() local
1532 nactive_vars = cvCountNonZero(mask); in get_active_vars()
1536 active_vars = cvCreateMat( 1, nactive_vars, CV_32S ); in get_active_vars()
1537 active_vars_abs = cvCreateMat( 1, nactive_vars, CV_32S ); in get_active_vars()
H A Dold_ml.hpp906 CV_PROP_RW int nactive_vars; member
913 int nactive_vars, int max_num_of_trees_in_the_forest,