Click or drag to resize

CvInvokecvSetReal1D 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 cvSetReal1D(
	IntPtr arr,
	int idx0,
	double value
)

Parameters

arr
Type: SystemIntPtr
Input array
idx0
Type: SystemInt32
The first zero-based component of the element index
value
Type: SystemDouble
The assigned value
See Also