cv::format declaration in default headers
This commit is contained in:
parent
d368bf5210
commit
262f70f3ab
@ -393,7 +393,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 /////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user