CompressedRectilinearWarper Constructor |
http://www.emgu.com
Create a compressed rectilinear warper
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic CompressedRectilinearWarper(
float scale
)
Public Sub New (
scale As Single
)
public:
CompressedRectilinearWarper(
float scale
)
new :
scale : float32 -> CompressedRectilinearWarper
Parameters
- scale
- Type: SystemSingle
Projected image scale multiplier
See Also