mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Solves issue #10506
This commit is contained in:
@@ -438,6 +438,8 @@ public:
|
||||
* @param name Name of the written object
|
||||
* @param val Value of the written object
|
||||
*/
|
||||
CV_WRAP void write(const String& name, int val);
|
||||
/// @overload
|
||||
CV_WRAP void write(const String& name, double val);
|
||||
/// @overload
|
||||
CV_WRAP void write(const String& name, const String& val);
|
||||
|
||||
Reference in New Issue
Block a user