cv::format declaration in default headers
authorAnatoly Baksheev <no@email>
Sun, 8 Dec 2013 14:56:54 +0000 (18:56 +0400)
committerAnatoly Baksheev <no@email>
Sun, 8 Dec 2013 15:00:53 +0000 (19:00 +0400)
modules/core/include/opencv2/core/operations.hpp

index f8aeddf..1760d87 100644 (file)
@@ -393,7 +393,9 @@ template<typename _Tp> static inline _Tp randu()
   return (_Tp)theRNG();
 }
 
+///////////////////////////////// Formatted string generation /////////////////////////////////
 
+CV_EXPORTS String format( const char* fmt, ... );
 
 ///////////////////////////////// Formatted output of cv::Mat /////////////////////////////////