Skip to content

Commit

Permalink
Reduce number of performance tests for LBP cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kamaev committed Dec 20, 2012
1 parent f4433ff commit ca7abe1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/objdetect/perf/perf_cascadeclassifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ PERF_TEST_P(ImageName_MinSize, CascadeClassifierLBPFrontalFace,
testing::Combine(testing::Values( std::string("cv/shared/lena.png"),
std::string("cv/shared/1_itseez-0000289.png"),
std::string("cv/shared/1_itseez-0000492.png"),
std::string("cv/shared/1_itseez-0000573.png"),
std::string("cv/shared/1_itseez-0000892.png"),
std::string("cv/shared/1_itseez-0001238.png"),
std::string("cv/shared/1_itseez-0001438.png"),
std::string("cv/shared/1_itseez-0002524.png")),
std::string("cv/shared/1_itseez-0000573.png")),
testing::Values(24, 30, 40, 50, 60, 70, 80, 90)
)
)
Expand Down

0 comments on commit ca7abe1

Please sign in to comment.