mirror of
https://github.com/opencv/opencv.git
synced 2026-09-27 04:09:45 +03:00
- 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