Home | History | Annotate | Download | only in test

Lines Matching refs:low

65     void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
86 void CV_MomentsTest::get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high )
88 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high );
93 low = Scalar::all(0);
98 low = Scalar::all(-1000);
103 low = Scalar::all(-1);
342 void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
356 void CV_HuMomentsTest::get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high )
358 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high );
359 low = Scalar::all(-10000);