Leptonica 1.68
C Image Processing Library
|
Tests 90 degree orientation of text and whether the text is mirror reversed. Compares the rasterop with dwa implementations for speed. Shows the typical 'confidence' outputs from the functions in flipdetect.c. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
static void | printStarredMessage (const char *msg) |
main (int argc, char **argv) |
Tests 90 degree orientation of text and whether the text is mirror reversed. Compares the rasterop with dwa implementations for speed. Shows the typical 'confidence' outputs from the functions in flipdetect.c.
Definition in file flipdetect_reg.c.
void printStarredMessage | ( | const char * | msg | ) | [static] |
Definition at line 117 of file flipdetect_reg.c.
Referenced by main().
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 31 of file flipdetect_reg.c.
References ERROR_INT, filein, makeOrientDecision(), NULL, pixConvertTo1(), pixCopy(), pixDestroy(), pixMirrorDetect(), pixMirrorDetectDwa(), pixOrientDetect(), pixOrientDetectDwa(), pixRead(), pixRotate90(), pixUpDownDetectGeneral(), pixUpDownDetectGeneralDwa(), printStarredMessage(), startTimer(), and stopTimer().