CamWarpingParams Struct Reference

The parameters structure used by camWarping(). More...

#include <camellia.h>


Data Fields

int interpolation
 Interpolation method (either CAM_NN_INTERPOLATION or CAM_BILINEAR_INTERPOLATION.
int perspective
 2D (0) or 3D (parallel to the ground)
CamPoint p [4]
 The points in the source image.


Detailed Description

The parameters structure used by camWarping().


Field Documentation

CamPoint CamWarpingParams::p[4]
 

The points in the source image.

Beware : These are 16-bits fixed-points (1 is (1<<16)).

Indexes :

  • 0 : top-left source point
  • 1 : top-right source point
  • 2 : bottom-right source point
  • 3 : bottom-left source point


The documentation for this struct was generated from the following file:
Generated on Wed Aug 2 14:00:17 2006 for Camellia by  doxygen 1.4.6