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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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