Click or drag to resize
FileNodeReadInt Method
http://www.emgu.com
Reads the int from the node.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public int ReadInt(
	int defaultInt = -2147483648
)

Parameters

defaultInt (Optional)
Type: SystemInt32

[Missing <param name="defaultInt"/> documentation for "M:Emgu.CV.FileNode.ReadInt(System.Int32)"]

Return Value

Type: Int32
The int from the node.
See Also