ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Classes | Functions
imageSet.h File Reference
#include <ARX/AR/ar.h>
#include <ARX/AR2/config.h>
Include dependency graph for imageSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AR2ImageT
 
struct  AR2ImageSetT
 

Functions

AR2_EXTERN AR2ImageSetTar2GenImageSet (ARUint8 *image, int xsize, int ysize, int nc, float dpi, float dpi_list[], int dpi_num)
 
AR2_EXTERN AR2ImageSetTar2ReadImageSet (char *filename)
 
AR2_EXTERN int ar2WriteImageSet (char *filename, AR2ImageSetT *imageSet)
 
AR2_EXTERN int ar2FreeImageSet (AR2ImageSetT **imageSet)
 

Function Documentation

◆ ar2FreeImageSet()

AR2_EXTERN int ar2FreeImageSet ( AR2ImageSetT **  imageSet)

◆ ar2GenImageSet()

AR2_EXTERN AR2ImageSetT * ar2GenImageSet ( ARUint8 image,
int  xsize,
int  ysize,
int  nc,
float  dpi,
float  dpi_list[],
int  dpi_num 
)

◆ ar2ReadImageSet()

AR2_EXTERN AR2ImageSetT * ar2ReadImageSet ( char *  filename)
Here is the call graph for this function:

◆ ar2WriteImageSet()

AR2_EXTERN int ar2WriteImageSet ( char *  filename,
AR2ImageSetT imageSet 
)
Here is the call graph for this function: