Class EquirectangularProjection

Inheritance Relationships

Base Type

Class Documentation

class EquirectangularProjection : public lvr2::Projection

Public Functions

EquirectangularProjection(int width, int height, int minH, int maxH, int minV, int maxV, bool optimize, ModelToImage::CoordinateSystem system = ModelToImage::NATIVE)
virtual void project(int &i, int &j, float &r, float x, float y, float z) override

Protected Attributes

float m_xFactor
float m_yFactor
int m_maxWidth
int m_maxHeight
float m_lowShift