Joe Verbout / Mbed 2 deprecated main

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Images Warping

Data Structures

class  RotationWarper
 Rotation-only model image warper interface. More...
struct  ProjectorBase
 Base class for warping logic implementation. More...
class  RotationWarperBase< P >
 Base class for rotation-based warper using a detail::ProjectorBase_ derived class. More...
class  PlaneWarper
 Warper that maps an image onto the z = 1 plane. More...
class  SphericalWarper
 Warper that maps an image onto the unit sphere located at the origin. More...
class  CylindricalWarper
 Warper that maps an image onto the x\*x + z\*z = 1 cylinder. More...
class  WarperCreator
 Image warper factories base class. More...
class  PlaneWarper
 Plane warper factory class. More...
class  CylindricalWarper
 Cylindrical warper factory class. More...
class  SphericalWarper
 Spherical warper factory class. More...