From 262f70f3abcc624a167af40fddc0bb08bde14d50 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Sun, 8 Dec 2013 18:56:54 +0400 Subject: [PATCH] cv::format declaration in default headers --- modules/core/include/opencv2/core/operations.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/include/opencv2/core/operations.hpp b/modules/core/include/opencv2/core/operations.hpp index f8aeddfb11..1760d8776b 100644 --- a/modules/core/include/opencv2/core/operations.hpp +++ b/modules/core/include/opencv2/core/operations.hpp @@ -393,7 +393,9 @@ template static inline _Tp randu() return (_Tp)theRNG(); } +///////////////////////////////// Formatted string generation ///////////////////////////////// +CV_EXPORTS String format( const char* fmt, ... ); ///////////////////////////////// Formatted output of cv::Mat /////////////////////////////////