#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include <ctype.h>#include <unistd.h>#include <img.h>#include "libtpcroiv.h"Defines | |
| #define | LIB_NAME "libtpcroi" |
| #define | ECAT63 1 |
| #define | ECAT7 2 |
| #define | MAXVAL 100000; |
Functions | |
| int | test_imgArithm (IMG *img1, IMG *img2) |
| int | test_imgTransform (IMG *img1, IMG *img2, int zoom) |
| void | drawCross (IMG *img) |
| void | drawUnSymmetricCross (IMG *img) |
| void | print_usage () |
| int | main (int argc, char *argv[]) |
Variables | |
| int | VERBOSE = 0 |
|
|
Serial numbers for function names. |
|
|
|
|
|
Library name |
|
|
|
|
|
Function for drawing a cros on the center of the image region, of width 2 pixels and value 1. |
|
|
Function for drawing an unsymmetric cross for testing image transformation functions. |
|
||||||||||||
|
|
|
|
Function for printing the usage information of the libtpcroi test program. |
|
||||||||||||
|
Function for testing library functions related to image arithmetics. |
|
||||||||||||||||
|
Function for testing library functions related to image transforms. |
|
|
|
1.4.1