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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user