![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Macros | |
| #define | MAX(x, y) (x > y ? x : y) |
| #define | MIN(x, y) (x < y ? x : y) |
| #define | CLAMP(x, r1, r2) (MIN(MAX(x,r1),r2)) |
Functions | |
| int | arVideoSaveImageJPEG (int w, int h, AR_PIXEL_FORMAT pixFormat, ARUint8 *pixels, const char *filename, const int quality, const int flipV) |
| #define MAX | ( | x, | |
| y | |||
| ) | (x > y ? x : y) |
| #define MIN | ( | x, | |
| y | |||
| ) | (x < y ? x : y) |
| int arVideoSaveImageJPEG | ( | int | w, |
| int | h, | ||
| AR_PIXEL_FORMAT | pixFormat, | ||
| ARUint8 * | pixels, | ||
| const char * | filename, | ||
| const int | quality, | ||
| const int | flipV | ||
| ) |
1.9.5