Commit 1c3bfae2 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky Committed by OpenCV Buildbot

Merge pull request #1957 from Nerei:format_declaration_by_default

parents cd576c73 262f70f3
...@@ -394,7 +394,9 @@ template<typename _Tp> static inline _Tp randu() ...@@ -394,7 +394,9 @@ template<typename _Tp> static inline _Tp randu()
return (_Tp)theRNG(); return (_Tp)theRNG();
} }
///////////////////////////////// Formatted string generation /////////////////////////////////
CV_EXPORTS String format( const char* fmt, ... );
///////////////////////////////// Formatted output of cv::Mat ///////////////////////////////// ///////////////////////////////// Formatted output of cv::Mat /////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment