mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
core: FileStorage - add support for writing vector<String> with bindings (#11883)
* core: FileStorage - add support for writing vector<String> with bindings * python: extend persistence test for string sequences
This commit is contained in:
committed by
Vadim Pisarevsky
parent
5e31c82b5b
commit
3f65924c45
@@ -444,7 +444,9 @@ public:
|
||||
/// @overload
|
||||
CV_WRAP void write(const String& name, const String& val);
|
||||
/// @overload
|
||||
CV_WRAP void write(const String& name, InputArray val);
|
||||
CV_WRAP void write(const String& name, const Mat& val);
|
||||
/// @overload
|
||||
CV_WRAP void write(const String& name, const std::vector<String>& val);
|
||||
|
||||
/** @brief Writes a comment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user