Home | History | Annotate | Download | only in test

Lines Matching refs:high

56     void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
87 void CV_ImgWarpBaseTest::get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high )
89 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high );
93 high = Scalar::all(10);