#include <stdio.h>
#include <gandalf/vision/camera.h>
#include <gandalf/vision/cameraf.h>
Go to the source code of this file.
Functions | |
Gan_Bool | gan_cameraf_from_camera_q (const Gan_Camera *camera, Gan_Camera_f *cameraf) |
Converts camera from double to single precision representation. | |
Gan_Bool | gan_camera_from_cameraf_q (const Gan_Camera_f *cameraf, Gan_Camera *camera) |
Converts camera from single to double precision representation. | |
Gan_Camera_f | gan_cameraf_from_camera_s (const Gan_Camera *camera) |
Converts camera from double to single precision representation. | |
Gan_Camera | gan_camera_from_cameraf_s (const Gan_Camera_f *cameraf) |
Converts camera from single to double precision representation. |
Part of: Gandalf Library