@@ -52,7 +52,7 @@ typedef perf::TestBaseWithParam<descript_params_t> descript_params;
52
52
PERF_TEST_P ( descript_params, census_sparse_descriptor,
53
53
testing::Combine (
54
54
testing::Values ( TYPICAL_MAT_SIZES ),
55
- testing::Values( CV_8UC1, CV_8U ),
55
+ testing::Values( CV_8U ),
56
56
testing::Values( CV_32SC4,CV_32S )
57
57
)
58
58
)
@@ -74,7 +74,7 @@ PERF_TEST_P( descript_params, census_sparse_descriptor,
74
74
PERF_TEST_P ( descript_params, star_census_transform,
75
75
testing::Combine (
76
76
testing::Values ( TYPICAL_MAT_SIZES ),
77
- testing::Values( CV_8UC1, CV_8U ),
77
+ testing::Values( CV_8U ),
78
78
testing::Values( CV_32SC4,CV_32S )
79
79
)
80
80
)
@@ -96,7 +96,7 @@ PERF_TEST_P( descript_params, star_census_transform,
96
96
PERF_TEST_P ( descript_params, modified_census_transform,
97
97
testing::Combine (
98
98
testing::Values ( TYPICAL_MAT_SIZES ),
99
- testing::Values( CV_8UC1, CV_8U ),
99
+ testing::Values( CV_8U ),
100
100
testing::Values( CV_32SC4,CV_32S )
101
101
)
102
102
)
@@ -120,7 +120,7 @@ PERF_TEST_P( descript_params, modified_census_transform,
120
120
PERF_TEST_P ( descript_params, center_symetric_census,
121
121
testing::Combine (
122
122
testing::Values ( TYPICAL_MAT_SIZES ),
123
- testing::Values( CV_8UC1, CV_8U ),
123
+ testing::Values( CV_8U ),
124
124
testing::Values( CV_32SC4,CV_32S )
125
125
)
126
126
)
0 commit comments