#include <rtbm.h>
Data Fields | |
IplImage * | img |
IplImage * | img_dilated |
IplImage * | img_pts |
IplImage * | img_l_sparse |
IplImage * | img_r_sparse |
IplImage * | img_c_sparse |
char | process_this_hypothesis |
double | alfa |
double | L |
double | size |
TYPE_hypothesis_scores | score [2] |
int | sum |
char | roadtype |
int | num_lpts |
TYPE_rbtmpts | lpts [_MAX_NUM_LANEMARKER_PTS_] |
int | num_cpts |
TYPE_rbtmpts | cpts [_MAX_NUM_LANEMARKER_PTS_] |
int | num_rpts |
TYPE_rbtmpts | rpts [_MAX_NUM_LANEMARKER_PTS_] |
int | num_l_sparse |
int | sum_l |
int | l_x [_MAX_NUM_SPARSE_PTS_] |
int | l_y [_MAX_NUM_SPARSE_PTS_] |
char | l_val [_MAX_NUM_SPARSE_PTS_] |
int | num_r_sparse |
int | sum_r |
int | r_x [_MAX_NUM_SPARSE_PTS_] |
int | r_y [_MAX_NUM_SPARSE_PTS_] |
char | r_val [_MAX_NUM_SPARSE_PTS_] |
int | num_c_sparse |
int | sum_c |
int | c_x [_MAX_NUM_SPARSE_PTS_] |
int | c_y [_MAX_NUM_SPARSE_PTS_] |
char | c_val [_MAX_NUM_SPARSE_PTS_] |
double TYPE_hypothesis::alfa |
Referenced by calculate_alfa_tracking(), create_hyp(), give_alfa_l_to_hypothesis(), and main().
char TYPE_hypothesis::c_val[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp().
int TYPE_hypothesis::c_x[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp(), and search_hyp().
int TYPE_hypothesis::c_y[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp(), and search_hyp().
TYPE_rbtmpts TYPE_hypothesis::cpts[_MAX_NUM_LANEMARKER_PTS_] |
Referenced by build_roadmessage_from_hyp(), create_hyp(), and main().
IplImage* TYPE_hypothesis::img |
Referenced by calculate_trasitions_score_usingblobs(), create_hyp(), and main().
IplImage* TYPE_hypothesis::img_c_sparse |
Referenced by create_hyp().
IplImage* TYPE_hypothesis::img_dilated |
Referenced by create_hyp(), and main().
IplImage* TYPE_hypothesis::img_l_sparse |
Referenced by calculate_trasitions_score_usingblobs(), and create_hyp().
IplImage* TYPE_hypothesis::img_pts |
Referenced by create_hyp().
IplImage* TYPE_hypothesis::img_r_sparse |
Referenced by calculate_trasitions_score_usingblobs(), and create_hyp().
double TYPE_hypothesis::L |
Referenced by calculate_l_tracking(), create_hyp(), give_alfa_l_to_hypothesis(), and main().
char TYPE_hypothesis::l_val[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp().
int TYPE_hypothesis::l_x[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp(), and search_hyp().
int TYPE_hypothesis::l_y[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp(), and search_hyp().
TYPE_rbtmpts TYPE_hypothesis::lpts[_MAX_NUM_LANEMARKER_PTS_] |
Referenced by build_roadmessage_from_hyp(), and create_hyp().
Referenced by create_hyp(), and search_hyp().
Referenced by build_roadmessage_from_hyp(), create_hyp(), and main().
Referenced by create_hyp(), and search_hyp().
Referenced by build_roadmessage_from_hyp(), and create_hyp().
Referenced by create_hyp(), and search_hyp().
Referenced by build_roadmessage_from_hyp(), and create_hyp().
char TYPE_hypothesis::r_val[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp().
int TYPE_hypothesis::r_x[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp(), and search_hyp().
int TYPE_hypothesis::r_y[_MAX_NUM_SPARSE_PTS_] |
Referenced by create_hyp(), and search_hyp().
Referenced by give_alfa_l_to_hypothesis(), and main().
TYPE_rbtmpts TYPE_hypothesis::rpts[_MAX_NUM_LANEMARKER_PTS_] |
Referenced by build_roadmessage_from_hyp(), and create_hyp().
double TYPE_hypothesis::size |
Referenced by create_hyp(), and give_alfa_l_to_hypothesis().
Referenced by create_hyp().
Referenced by search_hyp().
Referenced by search_hyp().
Referenced by search_hyp().