backport of master-based perf tests for matchTemplate to 2.4

This commit is contained in:
Ilya Lavrenov
2014-02-20 18:55:08 +04:00
parent efafd4a9e5
commit aa5311ea9f
2 changed files with 58 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ private:
#define SANITY_CHECK(array, ...) ::perf::Regression::add(this, #array, array , ## __VA_ARGS__)
#define SANITY_CHECK_KEYPOINTS(array, ...) ::perf::Regression::addKeypoints(this, #array, array , ## __VA_ARGS__)
#define SANITY_CHECK_MATCHES(array, ...) ::perf::Regression::addMatches(this, #array, array , ## __VA_ARGS__)
#define SANITY_CHECK_NOTHING() this->setVerified();
#define SANITY_CHECK_NOTHING() this->setVerified()
class CV_EXPORTS GpuPerf
{