mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 15:04:01 +08:00
Documented a return value in cvOpenFileStorage (issue #215)
This commit is contained in:
parent
264dff5231
commit
75ad9b9867
@ -356,7 +356,7 @@ Opens file storage for reading or writing data.
|
||||
|
||||
* **CV_STORAGE_WRITE** the storage is open for writing
|
||||
|
||||
The function opens file storage for reading or writing data. In the latter case, a new file is created or an existing file is rewritten. The type of the read or written file is determined by the filename extension: ``.xml`` for ``XML`` and ``.yml`` or ``.yaml`` for ``YAML``. The function returns a pointer to the :ocv:struct:`CvFileStorage` structure.
|
||||
The function opens file storage for reading or writing data. In the latter case, a new file is created or an existing file is rewritten. The type of the read or written file is determined by the filename extension: ``.xml`` for ``XML`` and ``.yml`` or ``.yaml`` for ``YAML``. The function returns a pointer to the :ocv:struct:`CvFileStorage` structure. If the file cannot be opened then the function returns ``NULL``.
|
||||
|
||||
Read
|
||||
----
|
||||
|
Loading…
Reference in New Issue
Block a user