Image Component Library (ICL)
|
#include <ICLUtils/CompatMacros.h>
#include <ICLUtils/Size.h>
#include <ICLUtils/Point32f.h>
#include <ICLUtils/Rect.h>
#include <ICLUtils/Rect32f.h>
#include <ICLUtils/Exception.h>
#include <ICLUtils/Array2D.h>
#include <ICLGeom/PlaneEquation.h>
#include <ICLGeom/ViewRay.h>
Go to the source code of this file.
Classes | |
class | icl::geom::Camera |
Camera class. More... | |
struct | icl::geom::Camera::RenderParams |
struct | icl::geom::Camera::NotEnoughDataPointsException |
We need at least 6 Data points in general positions. More... | |
Namespaces | |
icl | |
undocument this line if you encounter any issues! | |
icl::geom | |
Functions | |
ICLGeom_API std::ostream & | icl::geom::operator<< (std::ostream &os, const Camera &cam) |
ostream operator (writes camera in XML core::format) More... | |
ICLGeom_API std::istream & | icl::geom::operator>> (std::istream &is, Camera &cam) |
istream operator parses a camera from an XML-string More... | |