mf
Media Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
projection_image_camera.h
Go to the documentation of this file.
1 #ifndef MF_PROJECTION_IMAGE_CAMERA_H_
2 #define MF_PROJECTION_IMAGE_CAMERA_H_
3 
4 #include "projection_camera.h"
5 #include "depth_image_camera.h"
6 #include "../ndarray/ndcoord.h"
7 
8 namespace mf {
9 
11 template<typename Depth>
14 
15 public:
18 
20 };
21 
22 }
23 
25 
26 #endif
Pin-hole camera with mapping onto image pixel coordinates.
Definition: projection_image_camera.h:12
projection_image_camera(const projection_camera &cam, ndsize< 2 > sz)
Definition: projection_image_camera.tcc:4
projection_image_camera & operator=(const projection_image_camera &)=default
Depth camera which handles mapping to integer depth values, base class.
Definition: depth_image_camera.h:12
Vector of n-dimensional coordinates.
Definition: ndcoord.h:18
Pin-hole camera with projection to a planar image space.
Definition: projection_camera.h:13