integral perf tests renamed for readability
This commit is contained in:
parent
664cd5460e
commit
7cd4761fc8
@ -10,7 +10,7 @@ typedef perf::TestBaseWithParam<Size_MatType_OutMatDepth_t> Size_MatType_OutMatD
|
|||||||
/*
|
/*
|
||||||
// void integral(InputArray image, OutputArray sum, int sdepth=-1 )
|
// void integral(InputArray image, OutputArray sum, int sdepth=-1 )
|
||||||
*/
|
*/
|
||||||
PERF_TEST_P( Size_MatType_OutMatDepth, integral1,
|
PERF_TEST_P( Size_MatType_OutMatDepth, integral,
|
||||||
testing::Combine(
|
testing::Combine(
|
||||||
testing::Values( TYPICAL_MAT_SIZES ),
|
testing::Values( TYPICAL_MAT_SIZES ),
|
||||||
testing::Values( CV_8UC1, CV_8UC4 ),
|
testing::Values( CV_8UC1, CV_8UC4 ),
|
||||||
@ -37,7 +37,7 @@ PERF_TEST_P( Size_MatType_OutMatDepth, integral1,
|
|||||||
/*
|
/*
|
||||||
// void integral(InputArray image, OutputArray sum, OutputArray sqsum, int sdepth=-1 )
|
// void integral(InputArray image, OutputArray sum, OutputArray sqsum, int sdepth=-1 )
|
||||||
*/
|
*/
|
||||||
PERF_TEST_P( Size_MatType_OutMatDepth, integral2,
|
PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum,
|
||||||
testing::Combine(
|
testing::Combine(
|
||||||
testing::Values( TYPICAL_MAT_SIZES ),
|
testing::Values( TYPICAL_MAT_SIZES ),
|
||||||
testing::Values( CV_8UC1, CV_8UC4 ),
|
testing::Values( CV_8UC1, CV_8UC4 ),
|
||||||
@ -66,7 +66,7 @@ PERF_TEST_P( Size_MatType_OutMatDepth, integral2,
|
|||||||
/*
|
/*
|
||||||
// void integral(InputArray image, OutputArray sum, OutputArray sqsum, OutputArray tilted, int sdepth=-1 )
|
// void integral(InputArray image, OutputArray sum, OutputArray sqsum, OutputArray tilted, int sdepth=-1 )
|
||||||
*/
|
*/
|
||||||
PERF_TEST_P( Size_MatType_OutMatDepth, integral3,
|
PERF_TEST_P( Size_MatType_OutMatDepth, integral3_sqsum_tilted,
|
||||||
testing::Combine(
|
testing::Combine(
|
||||||
testing::Values( TYPICAL_MAT_SIZES ),
|
testing::Values( TYPICAL_MAT_SIZES ),
|
||||||
testing::Values( CV_8UC1, CV_8UC4 ),
|
testing::Values( CV_8UC1, CV_8UC4 ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user