CvArrSetND 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 SetND(
	CvScalar value,
	params int[] idx
)

Parameters

value
Type: OpenCvSharpCvScalar
The assigned value
idx
Type: SystemInt32
Array of the element indices
See Also

Reference