SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
PinholeDLTCamera.hpp File Reference

Provides a Pinhole Direct Linear Transformation (DLT) camera model class. More...

#include <iostream>
#include <cassert>
#include "Point2d.hpp"
#include "Point3d.hpp"
#include "Matrix.hpp"
#include "io_tools.hpp"
#include "linear_algebra.hpp"
#include "CameraModel.hpp"
#include "camera_algo.hpp"
#include "PinholeCamera.hpp"
#include <boost/serialization/access.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/version.hpp>
#include <boost/serialization/base_object.hpp>
Include dependency graph for PinholeDLTCamera.hpp:

Go to the source code of this file.

Classes

class  slip::PinholeDLTCamera< Type >
 Define a PinholeDLTCamera class. More...
 
class  slip::PinholeDLTCamera< Type >
 Define a PinholeDLTCamera class. More...
 

Namespaces

 slip
 This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres.
 

Functions

template<typename Type >
std::ostream & slip::operator<< (std::ostream &out, const PinholeDLTCamera< Type > &c)
 

Detailed Description

Provides a Pinhole Direct Linear Transformation (DLT) camera model class.

Definition in file PinholeDLTCamera.hpp.