added some new performance tests

This commit is contained in:
Ilya Lavrenov
2014-03-01 20:08:58 +04:00
parent 37580687e6
commit 68957b2757
3 changed files with 87 additions and 2 deletions

View File

@@ -1618,7 +1618,7 @@ namespace cv {
void PrintTo(const String& str, ::std::ostream* os)
{
*os << str;
*os << "\"" << str << "\"";
}
void PrintTo(const Size& sz, ::std::ostream* os)