Click or drag to resize
CvInvokecvSetRealND Method
http://www.emgu.com
Assign the new value to the particular element of single-channel array

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void cvSetRealND(
	IntPtr arr,
	int[] idx,
	double value
)

Parameters

arr
Type: SystemIntPtr
Input array
idx
Type: SystemInt32
Array of the element indices
value
Type: SystemDouble
The assigned value
See Also