Table of Contents

Class DetailSphericalWarper

Namespace
Emgu.CV.Stitching
Assembly
Emgu.CV.dll

Warper that maps an image onto the unit sphere located at the origin.

public class DetailSphericalWarper : RotationWarper, IDisposable
Inheritance
DetailSphericalWarper
Implements
Inherited Members

Constructors

DetailSphericalWarper(float)

Construct an instance of the spherical warper class.

public DetailSphericalWarper(float scale)

Parameters

scale float

Radius of the projected sphere, in pixels. An image spanning the whole sphere will have a width of 2 * scale * PI pixels.

Methods

DisposeObject()

Release the unmanaged memory associated with this warper

protected override void DisposeObject()