Leptonica 1.68
C Image Processing Library
|
Regression test of pix splitting and pix array handling using pixaSplitPix(). More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
static const l_int32 | nx = 10 |
static const l_int32 | ny = 10 |
static const l_int32 | ncols = 3 |
Regression test of pix splitting and pix array handling using pixaSplitPix().
Definition in file pixaatest.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 30 of file pixaatest.c.
References convertFilesToPS(), ERROR_INT, IFF_JFIF_JPEG, L_CHOOSE_CONSECUTIVE, L_CHOOSE_SKIP_BY, L_CLONE, ncols, NULL, nx, ny, pixaaCreateFromPixa(), pixaaDestroy(), pixaaDisplayTiledAndScaled(), pixaaRead(), pixaaWrite(), pixaDestroy(), pixaSplitPix(), pixaWriteFiles(), pixDestroy(), pixGetDimensions(), and pixRead().
Definition at line 26 of file pixaatest.c.
Referenced by applyWarpTransform(), dewarpBuildModel(), dewarpReadStream(), main(), numaDifferentiateInterval(), numaIntegrateInterval(), numaInterpolateArbxInterval(), numaInterpolateArbxVal(), pixaDisplayUnsplit(), pixaSplitPix(), pixBlockconvTiled(), pixFillMapHoles(), pixGetBackgroundGrayMap(), pixGetBackgroundGrayMapMorph(), pixGetBackgroundRGBMap(), pixGetBackgroundRGBMapMorph(), pixMirroredTiling(), pixOtsuAdaptiveThreshold(), pixSauvolaBinarizeTiled(), pixTilingCreate(), pixTilingGetTile(), and TestTiling().
Definition at line 27 of file pixaatest.c.
Referenced by applyWarpTransform(), dewarpBuildModel(), dewarpReadStream(), main(), numaDifferentiateInterval(), numaIntegrateInterval(), numaInterpolateArbxInterval(), numaInterpolateArbxVal(), pixaDisplayUnsplit(), pixaSplitPix(), pixBlockconvTiled(), pixFillMapHoles(), pixGetBackgroundGrayMap(), pixGetBackgroundGrayMapMorph(), pixGetBackgroundRGBMap(), pixGetBackgroundRGBMapMorph(), pixMirroredTiling(), pixOtsuAdaptiveThreshold(), pixSauvolaBinarizeTiled(), pixTilingCreate(), pixTilingGetTile(), and TestTiling().
Definition at line 28 of file pixaatest.c.
Referenced by main(), numa2dCreate(), pixaDisplayTiled(), and selaDisplayInPix().