pdhffc_functions.c file for this module. This is where private module functions are defined. More...
#include <pdhffc.h>
Functions | |
void | shutdown_module (int x) |
makes a clean shutdown of the program | |
void | draw_cross (IplImage *dst, int x, int y, int r, int g, int b) |
void | draw_blind_zone (IplImage *dst, int target_x, int target_y, int bz_x, int bz_y, int r, int g, int b) |
void | draw_double_arrow (int x0, int y0, int x1, int y1, IplImage *dst, CvScalar color, int thickness, int line_type, int shift) |
pdhffc_functions.c file for this module. This is where private module functions are defined.