![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <ARX/AR/ar.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ARX/AR2/imageFormat.h>
#include <ARX/AR2/imageSet.h>
Functions | |
AR2ImageSetT * | ar2GenImageSet (ARUint8 *image, int xsize, int ysize, int nc, float dpi, float dpi_list[], int dpi_num) |
AR2ImageSetT * | ar2ReadImageSet (char *filename) |
int | ar2WriteImageSet (char *filename, AR2ImageSetT *imageSet) |
int | ar2FreeImageSet (AR2ImageSetT **imageSet) |
int ar2FreeImageSet | ( | AR2ImageSetT ** | imageSet | ) |
AR2ImageSetT * ar2GenImageSet | ( | ARUint8 * | image, |
int | xsize, | ||
int | ysize, | ||
int | nc, | ||
float | dpi, | ||
float | dpi_list[], | ||
int | dpi_num | ||
) |
AR2ImageSetT * ar2ReadImageSet | ( | char * | filename | ) |
int ar2WriteImageSet | ( | char * | filename, |
AR2ImageSetT * | imageSet | ||
) |