Searched defs:threshold2 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp74 float threshold, threshold2; local
84 threshold2 = threshold * threshold;
152 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
153 if( _CV_NORM_L22( a ) < threshold2 )
297 float threshold, threshold2; local
308 threshold2 = threshold * threshold;
391 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
412 if( _CV_NORM_L32( a ) < threshold2 )

Completed in 70 milliseconds