TYPE_sign_data Struct Reference
[Vertical Signs using Color Segmentation with HaarFeatures and Blob Analysis]

TYPE_sign_data struct that identifies a region that includes a possible sign. More...

#include <vscshfba.h>

Data Fields

int num_hits
double tic
double main_color_ratio
double num_internal_spots
double confidence
double moments_ratio
int accepted
CvPoint center
CvRect region
IplImage * mask0
IplImage * mask1
IplImage * mask2
IplImage * tmp

Detailed Description

TYPE_sign_data struct that identifies a region that includes a possible sign.


Field Documentation

Note:
ratio between the x and y moment. every sign have a different mark

Referenced by confirm_sign_tipology().

Referenced by detect_haar_signal().

Note:
check the amount of spots inside the main area, depending on sign this spots are black or white

Referenced by confirm_sign_tipology(), and draw_gui_sign_data().

Note:
should be set by carmen_get_time() in order to know if this region was recently classified

Referenced by confirm_sign_tipology(), and draw_gui_sign_data().

Note:
region that includes the possible sign

Referenced by check_haar_feature_tic(), check_mask_size(), confirm_sign_tipology(), detect_haar_signal(), and show_masks().

Note:
mask0,1 & 2 will define the color mask in a specific region for 3 different colors at most

Referenced by check_haar_feature_tic(), check_mask_size(), confirm_sign_tipology(), detect_haar_signal(), and show_masks().

Note:
ratio of the main color that defines a signal (warning red, mandatory and information blue)
Note:
middle point at sign center

Referenced by confirm_sign_tipology(), and detect_haar_signal().

Note:
number of times that this region was accepted

Referenced by check_haar_feature_tic(), and detect_haar_signal().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 2 12:43:29 2010 for LAR Atlas by  doxygen 1.6.3