DetailPlaneWarperGpu Constructor |
http://www.emgu.com
Construct an instance of the plane warper class.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic DetailPlaneWarperGpu(
float scale
)
Public Sub New (
scale As Single
)
public:
DetailPlaneWarperGpu(
float scale
)
new :
scale : float32 -> DetailPlaneWarperGpu
Parameters
- scale
- Type: SystemSingle
Projected image scale multiplier
See Also