CvArrGet1D Method OpenCvSharp Class Library
Return the particular array element

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

public CvScalar Get1D(
	int idx0
)

Parameters

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

Return Value

Type: CvScalar

[Missing <returns> documentation for "M:OpenCvSharp.CvArr.Get1D(System.Int32)"]

See Also

Reference