Click or drag to resize

CvInvokecvGet3D Method

http://www.emgu.com
Return the particular array element

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static MCvScalar cvGet3D(
	IntPtr arr,
	int idx0,
	int idx1,
	int idx2
)

Parameters

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

Return Value

Type: MCvScalar
the particular array element
See Also