Click or drag to resize

IVecTItem Property

[Missing <summary> documentation for "P:OpenCvSharp.IVec`1.Item(System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
T this[
	int i
] { get; set; }

Parameters

i
Type: SystemInt32

Return Value

Type: T
See Also