DetailSphericalWarperGpu Constructor |
http://www.emgu.com
Construct an instance of the spherical warper class.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic DetailSphericalWarperGpu(
float scale
)
Public Sub New (
scale As Single
)
public:
DetailSphericalWarperGpu(
float scale
)
new :
scale : float32 -> DetailSphericalWarperGpu
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