CvWriteInt Method OpenCvSharp Class Library
Writes an integer value

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

public static void WriteInt(
	CvFileStorage fs,
	string name,
	int value
)

Parameters

fs
Type: OpenCvSharpCvFileStorage
File storage.
name
Type: SystemString
Name of the written value. Should be NULL if and only if the parent structure is a sequence.
value
Type: SystemInt32
The written value.
See Also

Reference