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 CvFileNode) |
Returns pointer to the underlying C FileStorage structure
|
See Also