mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 06:13:05 +04:00
b8af7c5f86
- use GTest tuple definitions instead of std::tr1 - use "const static" for cv::Size contants to reduce generated binary code - PERF_TEST_P() violates TEST_P() original semantic. Added PERF_TEST_P_() macro