#include <Projection.hpp>
Public Member Functions | |
CylindricalProjection (int width, int height, int minH, int maxH, int minV, int maxV, bool optimize, ModelToImage::CoordinateSystem system=ModelToImage::NATIVE) | |
Public Member Functions inherited from lvr2::Projection | |
int | h () |
virtual void | project (int &i, int &j, float &r, float x, float y, float z)=0 |
Projection (int width, int height, int minH, int maxH, int minV, int maxV, bool optimize, ModelToImage::CoordinateSystem system=ModelToImage::NATIVE) | |
int | w () |
Protected Attributes | |
float | m_heightLow |
int | m_maxHeight |
int | m_maxWidth |
Protected Attributes inherited from lvr2::Projection | |
int | m_height |
float | m_maxH |
float | m_maxV |
float | m_minH |
float | m_minV |
bool | m_optimize |
ModelToImage::CoordinateSystem | m_system |
int | m_width |
float | m_xFactor |
float | m_xSize |
float | m_yFactor |
float | m_ySize |
Additional Inherited Members | |
Protected Member Functions inherited from lvr2::Projection | |
void | setImageRatio () |
void | toPolar (const float point[], float polar[]) |
Static Protected Attributes inherited from lvr2::Projection | |
static constexpr float | m_ph = 1.570796327 |
Definition at line 102 of file Projection.hpp.
lvr2::CylindricalProjection::CylindricalProjection | ( | int | width, |
int | height, | ||
int | minH, | ||
int | maxH, | ||
int | minV, | ||
int | maxV, | ||
bool | optimize, | ||
ModelToImage::CoordinateSystem | system = ModelToImage::NATIVE |
||
) |
Definition at line 250 of file Projection.cpp.
|
protected |
Definition at line 111 of file Projection.hpp.
|
protected |
Definition at line 113 of file Projection.hpp.
|
protected |
Definition at line 112 of file Projection.hpp.