Leptonica 1.68
C Image Processing Library
|
Tests the YUV to RGB conversion. More...
#include "allheaders.h"
Go to the source code of this file.
Functions | |
void | AddTransformsRGB (PIXA *pixa, L_BMF *bmf, l_int32 gval) |
void | AddTransformsYUV (PIXA *pixa, L_BMF *bmf, l_int32 yval) |
l_int32 | main (int argc, char **argv) |
Tests the YUV to RGB conversion.
Definition in file yuvtest.c.
Definition at line 133 of file yuvtest.c.
References composeRGBPixel(), L_ADD_BELOW, L_INSERT, NULL, pixaAddPix(), pixaCreate(), pixAddSingleTextblock(), pixaDestroy(), pixaDisplayTiledAndScaled(), pixConvertRGBToYUV(), pixConvertYUVToRGB(), pixCreate(), pixDestroy(), pixGetData(), and pixGetWpl().
Referenced by main().
Definition at line 170 of file yuvtest.c.
References composeRGBPixel(), L_ADD_BELOW, L_INSERT, NULL, pixaAddPix(), pixaCreate(), pixAddSingleTextblock(), pixaDestroy(), pixaDisplayTiledAndScaled(), pixConvertRGBToYUV(), pixConvertYUVToRGB(), pixCreate(), pixDestroy(), pixGetData(), and pixGetWpl().
Referenced by main().
l_int32 main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file yuvtest.c.
References AddTransformsRGB(), AddTransformsYUV(), bmfCreate(), bmfDestroy(), convertRGBToYUV(), convertYUVToRGB(), gaussjordan(), IFF_PNG, lept_calloc(), lept_free(), pixaCreate(), pixaDestroy(), pixaDisplayTiledAndScaled(), pixDestroy(), pixDisplay(), pixWrite(), and size.