PointerAccessor2D_SingleGet Method OpenCvSharp Class Library
Return the particular element of array

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

public float Get(
	int index1,
	int index2
)

Parameters

index1
Type: SystemInt32
The first zero-based component of the element index
index2
Type: SystemInt32
The second zero-based component of the element index

Return Value

Type: Single
the particular array element

Implements

IPointerAccessor2DTGet(Int32, Int32)
See Also

Reference