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