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 |
TYPE_sign_data struct that identifies a region that includes a possible sign.
Referenced by confirm_sign_tipology().
CvPoint TYPE_sign_data::center |
Referenced by detect_haar_signal().
double TYPE_sign_data::confidence |
Referenced by confirm_sign_tipology(), and draw_gui_sign_data().
Referenced by confirm_sign_tipology(), and draw_gui_sign_data().
IplImage* TYPE_sign_data::mask0 |
Referenced by check_haar_feature_tic(), check_mask_size(), confirm_sign_tipology(), detect_haar_signal(), and show_masks().
IplImage* TYPE_sign_data::mask1 |
Referenced by check_haar_feature_tic(), check_mask_size(), confirm_sign_tipology(), detect_haar_signal(), and show_masks().
IplImage* TYPE_sign_data::mask2 |
Referenced by check_haar_feature_tic(), check_mask_size(), detect_haar_signal(), and show_masks().
Referenced by confirm_sign_tipology(), and draw_gui_sign_data().
Referenced by check_haar_feature_tic(), confirm_sign_tipology(), detect_haar_signal(), and draw_gui_sign_data().
CvRect TYPE_sign_data::region |
Referenced by confirm_sign_tipology(), and detect_haar_signal().
double TYPE_sign_data::tic |
Referenced by check_haar_feature_tic(), and detect_haar_signal().
IplImage* TYPE_sign_data::tmp |
Referenced by check_haar_feature_tic(), check_mask_size(), detect_haar_signal(), and show_masks().