Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
42f44988
Commit
42f44988
authored
Nov 13, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10068 from paroj:fs_doc
parents
e89501a3
7190028b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
persistence.hpp
modules/core/include/opencv2/core/persistence.hpp
+2
-9
No files found.
modules/core/include/opencv2/core/persistence.hpp
View file @
42f44988
...
...
@@ -340,16 +340,9 @@ public:
CV_WRAP
FileStorage
();
/** @overload
@param source Name of the file to open or the text string to read the data from. Extension of the
file (.xml, .yml/.yaml, or .json) determines its format (XML, YAML or JSON respectively). Also you can
append .gz to work with compressed files, for example myHugeMatrix.xml.gz. If both FileStorage::WRITE
and FileStorage::MEMORY flags are specified, source is used just to specify the output file format (e.g.
mydata.xml, .yml etc.).
@param flags Mode of operation. See FileStorage::Mode
@param encoding Encoding of the file. Note that UTF-16 XML encoding is not supported currently and
you should use 8-bit encoding instead of it.
@copydoc open()
*/
CV_WRAP
FileStorage
(
const
String
&
sourc
e
,
int
flags
,
const
String
&
encoding
=
String
());
CV_WRAP
FileStorage
(
const
String
&
filenam
e
,
int
flags
,
const
String
&
encoding
=
String
());
/** @overload */
FileStorage
(
CvFileStorage
*
fs
,
bool
owning
=
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment