Click or drag to resize

FileNode  Conversion (FileNode to Int32)

Returns the node content as an integer. If the node stores floating-point number, it is rounded.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static explicit operator int (
	FileNode node
)

Parameters

node
Type: OpenCvSharpFileNode

Return Value

Type: Int32
See Also