Main Page | Modules | Class List | File List | Class Members | File Members

cameraf.h File Reference

#include <stdio.h>
#include <gandalf/common/misc_defs.h>
#include <gandalf/vision/camera_defs.h>
#include <gandalf/linalg/3x3matrixf.h>
#include <gandalf/linalg/2x3matrixf.h>
#include <gandalf/linalg/3vectorf.h>

Go to the source code of this file.

Classes

struct  Gan_PositionState_f
 Structure containing any previous project/backproject result. More...
struct  Gan_CubicBSplineSupportF
struct  Gan_CubicBSplineWeightsF
struct  Gan_Camera_f
 Structure containing camera parameters in single precision. More...

Typedefs

typedef Gan_PositionState_f Gan_PositionState_f
 Structure containing any previous project/backproject result.
typedef Gan_CubicBSplineSupportF Gan_CubicBSplineSupportF
typedef Gan_Vector2_f Gan_CubicBSplineWeightBlockF [1+(1<< 4)]
typedef Gan_CubicBSplineWeightsF Gan_CubicBSplineWeightsF
typedef Gan_Camera_f Gan_Camera_f
 Structure containing camera parameters in single precision.

Functions

Gan_Bool gan_cameraf_project_point_gen (const Gan_Camera_f *camera, Gan_Vector3_f *X, Gan_Vector3_f *p, Gan_PositionState_f *Xpprev, Gan_Matrix22_f *HX, Gan_Camera_f HC[2], int *error_code)
 Macro: Projects a point from the scene onto the image.
Gan_Bool gan_cameraf_project_point (const Gan_Camera_f *camera, Gan_Vector3_f *X, Gan_Vector3_f *p, int *error_code)
 Macro: Projects a point from the scene onto the image.
Gan_Bool gan_cameraf_project_point_q (const Gan_Camera_f *camera, Gan_Vector3_f *X, Gan_Vector3_f *p)
 Macro: Projects a point from the scene onto the image.
Gan_Bool gan_cameraf_project_point_i (const Gan_Camera_f *camera, Gan_Vector3_f *X)
 Macro: Projects a point from the scene onto the image.
Gan_Bool gan_cameraf_backproject_point_gen (const Gan_Camera_f *camera, Gan_Vector3_f *p, Gan_Vector3_f *X, Gan_PositionState_f *pXprev, int *error_code)
 Macro: Back-projects an image point into the scene.
Gan_Bool gan_cameraf_backproject_point (const Gan_Camera_f *camera, Gan_Vector3_f *p, Gan_Vector3_f *X, int *error_code)
 Macro: Back-projects an image point into the scene.
Gan_Bool gan_cameraf_backproject_point_q (const Gan_Camera_f *camera, Gan_Vector3_f *p, Gan_Vector3_f *X)
 Macro: Back-projects an image point into the scene.
Gan_Bool gan_cameraf_backproject_point_i (const Gan_Camera_f *camera, Gan_Vector3_f *p)
 Macro: Back-projects an image point into the scene.
Gan_Bool gan_cameraf_add_distortion_gen (const Gan_Camera_f *camera, Gan_Vector3_f *pu, Gan_Vector3_f *p, Gan_PositionState_f *pupprev, int *error_code)
 Macro: Applies non-linear distortion to an image point.
Gan_Bool gan_cameraf_add_distortion (const Gan_Camera_f *camera, Gan_Vector3_f *pu, Gan_Vector3_f *p, int *error_code)
 Macro: Applies non-linear distortion to an image point.
Gan_Bool gan_cameraf_add_distortion_q (const Gan_Camera_f *camera, Gan_Vector3_f *pu, Gan_Vector3_f *p)
 Macro: Applies non-linear distortion to an image point.
Gan_Bool gan_cameraf_add_distortion_i (const Gan_Camera_f *camera, Gan_Vector3_f *p)
 Macro: Applies non-linear distortion to an image point.
Gan_Bool gan_cameraf_remove_distortion_gen (const Gan_Camera_f *camera, Gan_Vector3_f *p, Gan_Vector3_f *pu, Gan_PositionState_f *ppuprev, int *error_code)
 Macro: Removes non-linear distortion from an image point.
Gan_Bool gan_cameraf_remove_distortion (const Gan_Camera_f *camera, Gan_Vector3_f *p, Gan_Vector3_f *pu, int *error_code)
 Macro: Removes non-linear distortion from an image point.
Gan_Bool gan_cameraf_remove_distortion_q (const Gan_Camera_f *camera, Gan_Vector3_f *p, Gan_Vector3_f *pu)
 Macro: Removes non-linear distortion from an image point.
Gan_Bool gan_cameraf_remove_distortion_i (const Gan_Camera_f *camera, Gan_Vector3_f *p)
 Macro: Removes non-linear distortion from an image point.
Gan_Bool gan_cameraf_project_line_q (const Gan_Camera_f *camera, Gan_Vector3_f *L, Gan_Vector3_f *l)
 Macro: Projects a line from the scene onto the image.
Gan_Bool gan_cameraf_project_line_i (const Gan_Camera_f *camera, Gan_Vector3_f *L)
 Macro: Projects a line from the scene onto the image.
Gan_Bool gan_cameraf_backproject_line_q (const Gan_Camera_f *camera, Gan_Vector3_f *l, Gan_Vector3_f *L)
 Macro: Back-projects an image line into the scene.
Gan_Bool gan_cameraf_backproject_line_i (const Gan_Camera_f *camera, Gan_Vector3_f *l)
 Macro: Back-projects an image line into the scene.


Detailed Description

Module: Camera definitions and building functions

Part of: Gandalf Library

Version:
1.27
Date:
2006/03/15 16:18:23
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:51 2006 by  doxygen 1.3.9.1