Return the particular array element

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MCvScalar cvGet1D(
	IntPtr arr,
	int idx0
)
Public Shared Function cvGet1D ( _
	arr As IntPtr, _
	idx0 As Integer _
) As MCvScalar
public:
static MCvScalar cvGet1D(
	IntPtr arr, 
	int idx0
)

Parameters

arr
IntPtr
Input array. Must have a single channel
idx0
Int32
The first zero-based component of the element index

Return Value

the particular array element

See Also