1
0
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:
lopespt
2018-04-05 20:25:32 -03:00
parent 7bc980edaf
commit c17ce1a0af
2 changed files with 8 additions and 0 deletions
@@ -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);