![]() |
Leptonica 1.68
C Image Processing Library
|
Demonstrates using pixFindCornerPixels(). More...
#include <stdio.h>#include <stdlib.h>#include "allheaders.h"Go to the source code of this file.
Defines | |
| #define | LINE_SIZE 9 |
Functions | |
| main (int argc, char **argv) | |
Demonstrates using pixFindCornerPixels().
Definition in file cornertest.c.
| #define LINE_SIZE 9 |
Definition at line 27 of file cornertest.c.
Referenced by main().
| main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 30 of file cornertest.c.
References ERROR_INT, filein, IFF_PNG, L_COPY, L_FLIP_PIXELS, LINE_SIZE, NULL, pixDestroy(), pixFindCornerPixels(), pixRead(), pixRenderLine(), pixSetPixel(), pixWrite(), ptaaAddPta(), ptaaCreate(), ptaaDestroy(), ptaaRead(), ptaaWrite(), ptaaWriteStream(), ptaDestroy(), ptaGetCount(), ptaGetIPt(), and ptaWriteStream().