PointerAccessor2D_SingleSet Method OpenCvSharp Class Library
Change the particular array element

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

public void Set(
	int index1,
	int index2,
	float value
)

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
value
Type: SystemSingle
The assigned value

Implements

IPointerAccessor2DTSet(Int32, Int32, T)
See Also

Reference