SphericalWarper Constructor |
http://www.emgu.com
Construct an instance of the spherical warper class.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic SphericalWarper(
float scale
)
Public Sub New (
scale As Single
)
public:
SphericalWarper(
float scale
)
new :
scale : float32 -> SphericalWarper
Parameters
- scale
- Type: SystemSingle
Radius of the projected sphere, in pixels. An image spanning the whole sphere will have a width of 2 * scale * PI pixels.
See Also