Click or drag to resize

VectorOfVectorOfByteItem Property

http://www.emgu.com
Get the item in the specific index

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public VectorOfByte this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index

Return Value

Type: VectorOfByte
The item in the specific index
See Also