Struct opencv::core::FileStorage [−][src]
pub struct FileStorage { /* fields omitted */ }
Expand description
XML/YAML/JSON file storage class that encapsulates all the information necessary for writing or reading data to/from a file.
Implementations
The constructors.
The full constructor opens the file. Alternatively you can use the default constructor and then call FileStorage::open.
The constructors.
The full constructor opens the file. Alternatively you can use the default constructor and then call FileStorage::open.
Overloaded parameters
@copydoc open()
C++ default parameters
- encoding: String()
Returns the normalized object name for the specified name of a file.
Parameters
- filename: Name of a file
Returns
The normalized object name.
Trait Implementations
Opens a file. Read more
Closes the file and releases all the memory buffers. Read more
Closes the file and releases all the memory buffers. Read more
Simplified writing API to use with bindings. Read more
Simplified writing API to use with bindings. Read more
Simplified writing API to use with bindings. Read more
Simplified writing API to use with bindings. Read more
Simplified writing API to use with bindings. Read more
Writes multiple numbers. Read more
Writes a comment. Read more
Starts to write a nested structure (sequence or a mapping). Read more
Finishes writing nested structure (should pair startWriteStruct())