FileNode Conversion Operators |
Name | Description | |
---|---|---|
(FileNode to Int32) |
Returns the node content as an integer. If the node stores floating-point number, it is rounded.
| |
(FileNode to Single) |
Returns the node content as float
| |
(FileNode to Double) |
Returns the node content as double
| |
(FileNode to String) |
Returns the node content as text string
| |
(FileNode to Mat) |
Returns the node content as OpenCV Mat
|