farm-ng-core
orthographic.h File Reference
Include dependency graph for orthographic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sophus
 Image MutImage, owning images types.
 

Typedefs

template<class TScalar >
using sophus::OrthographicModelT = CameraModelT< TScalar, AffineTransform, ProjectionOrtho >
 

Functions

template<class TScalar >
auto sophus::orthoCamFromBoundingBox (Region2< TScalar > const &bounding_box, ImageSize image_size) -> OrthographicModelT< TScalar >
 Returns orthographic camera model given bounding box and image size. More...
 
template<class TScalar >
auto sophus::boundingBoxFromOrthoCam (OrthographicModelT< TScalar > const &ortho_cam) -> Region2< TScalar >
 Returns 2d bounding box corresponding the the given orthographic camera model. More...