mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
integral perf tests renamed for readability
This commit is contained in:
parent
7cd4761fc8
commit
7113122312
@ -66,7 +66,7 @@ PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum,
|
||||
/*
|
||||
// void integral(InputArray image, OutputArray sum, OutputArray sqsum, OutputArray tilted, int sdepth=-1 )
|
||||
*/
|
||||
PERF_TEST_P( Size_MatType_OutMatDepth, integral3_sqsum_tilted,
|
||||
PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum_tilted,
|
||||
testing::Combine(
|
||||
testing::Values( TYPICAL_MAT_SIZES ),
|
||||
testing::Values( CV_8UC1, CV_8UC4 ),
|
||||
|
Loading…
Reference in New Issue
Block a user