added perf test for cv::goodFeaturesToTrack

This commit is contained in:
Ilya Lavrenov
2014-01-18 21:13:50 +04:00
parent 52ed6d0d27
commit 5abfd40989
6 changed files with 100 additions and 10 deletions

View File

@@ -389,6 +389,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