![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <string.h>#include "allheaders.h"Go to the source code of this file.
Functions | |
| PIXA * | l_bootnum_gen2 (void) |
Variables | |
| static const char * | l_bootnum2 |
Function for generating prog/recog/digits/bootnum2.pa from an
encoded, gzipped and serialized string.
This was generated using the stringcode utility, slightly edited,
and then merged into a single file.
The code and encoded strings were made using the stringcode utility:
L_STRCODE *strc;
strc = strcodeCreate(102); // arbitrary integer
strcodeGenerate(strc, "recog/digits/bootnum2.pa", "PIXA");
strcodeFinalize(&strc, ".");
The two output files, autogen.102.c and autogen.102.h, were
then slightly edited and merged into this file.
Call this way:
PIXA *pixa = l_bootnum_gen2(); (C)
Pixa *pixa = l_bootnum_gen2(); (C++)
Definition in file bootnumgen2.c.
| PIXA * l_bootnum_gen2 | ( | void | ) |
Call this way:
PIXA *pixa = l_bootnum_gen2(); (C)
Pixa *pixa = l_bootnum_gen2(); (C++)
Definition at line 277 of file bootnumgen2.c.
|
static |
Definition at line 63 of file bootnumgen2.c.