CvArrSet1D 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 Set1D(
	int idx0,
	CvScalar value
)

Parameters

idx0
Type: SystemInt32
The first zero-based component of the element index
value
Type: OpenCvSharpCvScalar
The assigned value
See Also

Reference