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
Syntaxpublic WCoordinateSystem(
double scale = 1
)
Public Sub New (
Optional scale As Double = 1
)
public:
WCoordinateSystem(
double scale = 1
)
new :
?scale : float
(* Defaults:
let _scale = defaultArg scale 1
*)
-> WCoordinateSystem
Parameters
- scale (Optional)
- Type: SystemDouble
Determines the size of the axes.
See Also