Table of Contents

Class DetailCylindricalWarperGpu

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

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

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

Constructors

DetailCylindricalWarperGpu(float)

Construct an instance of the cylindrical warper class.

public DetailCylindricalWarperGpu(float scale)

Parameters

scale float

Projected image scale multiplier

Methods

DisposeObject()

Release the unmanaged memory associated with this warper

protected override void DisposeObject()