Class EquirectangularProjection
Defined in File Projection.hpp
Inheritance Relationships
Base Type
public lvr2::Projection(Class Projection)
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
-
EquirectangularProjection(int width, int height, int minH, int maxH, int minV, int maxV, bool optimize, ModelToImage::CoordinateSystem system = ModelToImage::NATIVE)