Table of Contents

Class DetailCylindricalWarper

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

Warper that maps an image onto the x*x + z*z = 1 cylinder.

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

Constructors

DetailCylindricalWarper(float)

Construct an instance of the cylindrical warper class.

public DetailCylindricalWarper(float scale)

Parameters

scale float

Projected image scale multiplier

Methods

DisposeObject()

Release the unmanaged memory associated with this warper

protected override void DisposeObject()