#include <stdio.h>
#include <math.h>
#include <AR/param.h>
Go to the source code of this file.
Functions | |
int | arParamChangeSize (ARParam *source, int xsize, int ysize, ARParam *newparam) |
change the camera size parameters. | |
int | arsParamChangeSize (ARSParam *source, int xsize, int ysize, ARSParam *newparam) |
change the camera size parameters.
Change the size variable in camera intrinsic parameters.
source | name of the source parameters structure | |
xsize | new length size | |
ysize | new height size | |
newparam | name of the destination parameters structure. |
Definition at line 19 of file paramChangeSize.c.
Definition at line 42 of file paramChangeSize.c.