tlcstm_functions.c file for this module. This is where private module functions are defined. More...
#include "tlcstm.h"
Functions | |
void | LA_ReadColorConfig (void) |
The main header file for this module. | |
void | LA_Init_All (void) |
FILE * | MISC_SkipCommentLines (FILE *fp) |
Used to skip the commented lines. | |
void | GUI_DrawCross (IplImage *src, int line, int column, int lenght, int *color) |
Draws a cross in the src image. | |
void | GUI_DrawCrossAir (IplImage *src, int line, int column, int lenght, int *color) |
void | GUI_DrawTemplate (IplImage *srcI, const IplImage *srcT, int line, int column, int *color) |
void | GUI_Init_ColorTable (TYPE_Color *p) |
Initializes TypeColor struct with the proper RGB values. | |
int | tf_stretch_imageRGB (IplImage *src, IplImage *dst, double low, double high) |
int | tf_stretch_image (IplImage *src, IplImage *dst, double low, double high) |
tlcstm_functions.c file for this module. This is where private module functions are defined.