Since there is no a standard functions cv::min and cv::max which has cv::Scalar argum...
authorLeonid Beynenson <no@email>
Tue, 13 Sep 2011 21:57:42 +0000 (21:57 +0000)
committerLeonid Beynenson <no@email>
Tue, 13 Sep 2011 21:57:42 +0000 (21:57 +0000)
commitd99f4a2beb80ada3289354b585ae34b36d1a11e0
tree3b58b7e7a55650cca16314251beb9602c4bd1c46
parenta72da12c801bc0066e80a5fc2436f79903834db0
Since there is no a standard functions cv::min and cv::max which has cv::Scalar argument, removed the performance tests,
calling the functions cv::min and cv::max with cv::Scalar argument.
Instead of them two performance tests were created which call the functions cv::min and cv::max with 'double' argument.
modules/core/perf/perf_core_arithm.cpp
modules/core/perf/perf_minmax.cpp [new file with mode: 0644]