mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
bool | isa (const FileNode &node, const string &type_name) |
Check if the node is of a user-defined type. More... | |
void | read (FileStorage &fs, MxArray &x, const FileNode &node) |
Recursive function to output to a file storage. More... | |
void | write (FileStorage &fs, const MxArray &x, bool root=false) |
Recursive function to output to a file storage. More... | |
Check if the node is of a user-defined type.
node | node to test. |
type_name | type name. e.g., "opencv-matrix" |
Definition at line 19 of file FileStorage.cpp.
void anonymous_namespace{FileStorage.cpp}::read | ( | FileStorage & | fs, |
MxArray & | x, | ||
const FileNode & | node | ||
) |
Recursive function to output to a file storage.
fs | FileStorage object |
x | MxArray to be read |
node | FileNode to read |
Definition at line 31 of file FileStorage.cpp.
void anonymous_namespace{FileStorage.cpp}::write | ( | FileStorage & | fs, |
const MxArray & | x, | ||
bool | root = false |
||
) |
Recursive function to output to a file storage.
fs | FileStorage object |
x | MxArray to be written |
root | Flag inidicating the root node |
Definition at line 141 of file FileStorage.cpp.