CvGet1D 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 static CvScalar Get1D(
	CvArr arr,
	int idx0
)

Parameters

arr
Type: OpenCvSharpCvArr
Input array.
idx0
Type: SystemInt32
The first zero-based component of the element index

Return Value

Type: CvScalar

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

See Also

Reference