|
Leptonica
1.54
|
Функции | |
| static l_uint16 * | makeExpandTab2x (void) |
| static l_uint32 * | makeExpandTab4x (void) |
| static l_uint32 * | makeExpandTab8x (void) |
| PIX * | pixExpandBinaryReplicate (PIX *pixs, l_int32 factor) |
| PIX * | pixExpandBinaryPower2 (PIX *pixs, l_int32 factor) |
Переменные | |
| static l_uint32 | expandtab16 [] |
|
static |
|
static |
|
static |
Input: pixs (1 bpp)
factor (expansion factor: 1, 2, 4, 8, 16)
Return: pixd (expanded 1 bpp by replication), or null on error
Input: pixs (1 bpp)
factor (integer scale factor for replicative expansion)
Return: pixd (scaled up), or null on error
|
static |