SLIP
1.4
|
Provides an abstract class to model cameras. More...
#include <iostream>
#include <cassert>
#include "Point2d.hpp"
#include "Point3d.hpp"
#include "Matrix.hpp"
#include <boost/serialization/access.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/version.hpp>
Go to the source code of this file.
Classes | |
class | slip::CameraModel< Type > |
Define an abstract CameraModel class. More... | |
class | slip::CameraModel< Type > |
Define an abstract CameraModel 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. | |
Provides an abstract class to model cameras.
Definition in file CameraModel.hpp.