WCoordinateSystem Constructor |
http://www.emgu.com
Constructs a WCoordinateSystem.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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