1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

compatibility: keep Ptr<FileStorage> stubs till OpenCV 5.0

This commit is contained in:
Alexander Alekhin
2022-12-09 21:05:17 +00:00
parent 6a8c5a1d27
commit 6e3700593f
3 changed files with 18 additions and 0 deletions
+4
View File
@@ -3101,6 +3101,10 @@ public:
* @overload
*/
CV_WRAP void write(FileStorage& fs, const String& name) const;
#if CV_VERSION_MAJOR < 5
/** @deprecated */
void write(const Ptr<FileStorage>& fs, const String& name = String()) const;
#endif
/** @brief Reads algorithm parameters from a file storage
*/