Click or drag to resize

WCoordinateSystem Constructor

http://www.emgu.com
Constructs a WCoordinateSystem.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public WCoordinateSystem(
	double scale = 1
)

Parameters

scale (Optional)
Type: SystemDouble
Determines the size of the axes.
See Also