Lines Matching full:interpolation
59 int interpolation;
73 interpolation = 0;
112 interpolation = cvtest::randInt(rng) % max_interpolation;
254 if( interpolation == 4 &&
257 interpolation = 2;
263 cvResize( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], interpolation );
285 if( interpolation == CV_INTER_NN )
342 Mat* mask=0, int interpolation=CV_INTER_LINEAR )
353 if( interpolation != CV_INTER_CUBIC )
495 cvWarpAffine( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], &mtx, interpolation );
606 cvWarpPerspective( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], &mtx, interpolation );
726 interpolation = CV_INTER_LINEAR;
740 test_array[INPUT][1], test_array[INPUT][2], interpolation );
787 test_mat[INPUT][2], &mask, interpolation );
845 interpolation = CV_INTER_LINEAR;
961 test_remap( src, dst, mapx, mapy, &mask, interpolation );
1187 interpolation = CV_INTER_LINEAR;