CvFileNodeReadInt Method (Int32) OpenCvSharp Class Library
Retrieves integer value from file node

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int ReadInt(
	int defaultValue
)

Parameters

defaultValue
Type: SystemInt32
The value that is returned if node is null.

Return Value

Type: Int32
integer that is represented by the file node. If the file node is null, defaultValue is returned.
See Also

Reference