Click or drag to resize

Plot2d Constructor (IInputArray, IInputArray)

http://www.emgu.com
Create 2D plot for data

Namespace:  Emgu.CV.Plot
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Plot2d(
	IInputArray dataX,
	IInputArray dataY
)

Parameters

dataX
Type: Emgu.CVIInputArray
The data for the X-axis
dataY
Type: Emgu.CVIInputArray
The data for the Y-axis
See Also