Class DetailSphericalWarperGpu
Warper that maps an image onto the unit sphere located at the origin.
public class DetailSphericalWarperGpu : RotationWarper, IDisposable
- Inheritance
-
DetailSphericalWarperGpu
- Implements
- Inherited Members
Constructors
DetailSphericalWarperGpu(float)
Construct an instance of the spherical warper class.
public DetailSphericalWarperGpu(float scale)
Parameters
scale
floatRadius 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()