Click or drag to resize
CvInvokecvGet1D Method
http://www.emgu.com
Return the particular array element

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static MCvScalar cvGet1D(
	IntPtr arr,
	int idx0
)

Parameters

arr
Type: SystemIntPtr
Input array. Must have a single channel
idx0
Type: SystemInt32
The first zero-based component of the element index

Return Value

Type: MCvScalar
the particular array element
See Also