Click or drag to resize

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
Syntax
public DetailSphericalWarperGpu(
	float scale
)

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