Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

libtpcroi.c File Reference

#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

Define Documentation

#define ECAT63   1
 

Serial numbers for function names.

#define ECAT7   2
 

#define LIB_NAME   "libtpcroi"
 

Library name

#define MAXVAL   100000;
 


Function Documentation

void drawCross IMG *  img  ) 
 

Function for drawing a cros on the center of the image region, of width 2 pixels and value 1.

void drawUnSymmetricCross IMG *  img  ) 
 

Function for drawing an unsymmetric cross for testing image transformation functions.

int main int  argc,
char *  argv[]
 

void print_usage  ) 
 

Function for printing the usage information of the libtpcroi test program.

int test_imgArithm IMG *  img1,
IMG *  img2
 

Function for testing library functions related to image arithmetics.

int test_imgTransform IMG *  img1,
IMG *  img2,
int  zoom
 

Function for testing library functions related to image transforms.


Variable Documentation

int VERBOSE = 0
 


Generated on Fri May 13 14:26:31 2005 by  doxygen 1.4.1