Click or drag to resize

CvInvokecvGet3D Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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