Merge pull request #2166 from ilya-lavrenov:tapi_gftt

This commit is contained in:
Andrey Pavlenko
2014-01-21 22:29:41 +04:00
committed by OpenCV Buildbot
10 changed files with 539 additions and 193 deletions

View File

@@ -392,6 +392,7 @@ CV_EXPORTS void PrintTo(const MatType& t, std::ostream* os);
namespace cv
{
CV_EXPORTS void PrintTo(const String& str, ::std::ostream* os);
CV_EXPORTS void PrintTo(const Size& sz, ::std::ostream* os);
} //namespace cv