Type Definition opencv::types::PtrOfFileStorage[][src]

pub type PtrOfFileStorage = Ptr<FileStorage>;

Implementations

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())

Checks whether the file is opened. Read more

Returns the first element of the top-level mapping. Read more

Returns the top-level mapping Read more

Returns the specified element of the top-level mapping. Read more

Returns the specified element of the top-level mapping. Read more

Returns the current format. Read more