CvArrItem Property (Int32) OpenCvSharp Class Library
Return the particular array element (cvGet1D/Set1D)

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

public virtual CvScalar this[
	int idx0
] { get; set; }

Parameters

idx0
Type: SystemInt32
The first zero-based component of the element index

Return Value

Type: CvScalar
See Also

Reference