#include <Projection.hpp>
|
| PanniniProjection (int width, int height, int minH, int maxH, int minV, int maxV, bool optimize, ModelToImage::CoordinateSystem system=ModelToImage::NATIVE) |
|
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 () |
|
Definition at line 165 of file Projection.hpp.
◆ PanniniProjection()
◆ m_iMaxX
float lvr2::PanniniProjection::m_iMaxX |
|
protected |
◆ m_iMaxY
float lvr2::PanniniProjection::m_iMaxY |
|
protected |
◆ m_iMinX
float lvr2::PanniniProjection::m_iMinX |
|
protected |
◆ m_iMinY
float lvr2::PanniniProjection::m_iMinY |
|
protected |
◆ m_interval
float lvr2::PanniniProjection::m_interval |
|
protected |
◆ m_l0
float lvr2::PanniniProjection::m_l0 |
|
protected |
◆ m_max
float lvr2::PanniniProjection::m_max |
|
protected |
◆ m_min
float lvr2::PanniniProjection::m_min |
|
protected |
◆ m_p1
float lvr2::PanniniProjection::m_p1 |
|
protected |
◆ m_sPannini
float lvr2::PanniniProjection::m_sPannini |
|
protected |
The documentation for this class was generated from the following files: