SphericalWarper Constructor |
http://www.emgu.com
Construct an instance of the spherical 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 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