ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Functions
imageSet.c File Reference
#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>
Include dependency graph for imageSet.c:

Functions

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

Function Documentation

◆ ar2FreeImageSet()

int ar2FreeImageSet ( AR2ImageSetT **  imageSet)

◆ ar2GenImageSet()

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

◆ ar2ReadImageSet()

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

◆ ar2WriteImageSet()

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