Searched defs:j_max (Results 1 - 1 of 1) sorted by path

/external/opencv/cvaux/src/
H A Dcvcreatehandmask.cpp60 int i_min, i_max, j_min, j_max; local
68 i_max = j_max = 0;
88 j_max = CV_MAX2( j_max, pt.x );
95 roi->width = j_max - j_min + 1;

Completed in 266 milliseconds