Operator explicit operator
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
explicit operator int(FileNode)
Returns the node content as an integer. If the node stores floating-point number, it is rounded.
public static explicit operator int(FileNode node)
Parameters
nodeFileNode
Returns
explicit operator long(FileNode)
Returns the node content as a signed 64-bit integer. If the node stores a floating-point number, it is rounded.
public static explicit operator long(FileNode node)
Parameters
nodeFileNode
Returns
explicit operator float(FileNode)
Returns the node content as float
public static explicit operator float(FileNode node)
Parameters
nodeFileNode
Returns
explicit operator double(FileNode)
Returns the node content as double
public static explicit operator double(FileNode node)
Parameters
nodeFileNode
Returns
explicit operator string(FileNode)
Returns the node content as text string
public static explicit operator string(FileNode node)
Parameters
nodeFileNode
Returns
explicit operator Mat(FileNode)
Returns the node content as OpenCV Mat
public static explicit operator Mat(FileNode node)
Parameters
nodeFileNode