CvGetReal2D Method OpenCvSharp Class Library
Return the particular element of single-channel array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double GetReal2D(
	CvArr arr,
	int idx0,
	int idx1
)

Parameters

arr
Type: OpenCvSharpCvArr
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

Return Value

Type: Double
the particular element of single-channel array.
See Also

Reference