1 #ifndef MF_PROJECTION_IMAGE_CAMERA_H_
2 #define MF_PROJECTION_IMAGE_CAMERA_H_
6 #include "../ndarray/ndcoord.h"
11 template<
typename Depth>
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