Lines Matching refs:AutoAlign
410 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a; in transform_alignment()
463 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() )); in test_geo_transformations()
464 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() )); in test_geo_transformations()
466 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() )); in test_geo_transformations()
467 CALL_SUBTEST_2(( non_projective_only<float,AffineCompact,AutoAlign>() )); in test_geo_transformations()
470 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() )); in test_geo_transformations()
474 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() )); in test_geo_transformations()
477 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() )); in test_geo_transformations()
480 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() )); in test_geo_transformations()
484 CALL_SUBTEST_7(( transform_products<double,3,RowMajor|AutoAlign>() )); in test_geo_transformations()
485 CALL_SUBTEST_7(( transform_products<float,2,AutoAlign>() )); in test_geo_transformations()