Click or drag to resize
VectorOfERStatItem Property
http://www.emgu.com
Get the item in the specific index

Namespace: Emgu.CV.Text
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public MCvERStat this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index

Return Value

Type: MCvERStat
The item in the specific index
See Also