Functions |
void | drawcross (IplImage *img, int size, CvPoint center, CvScalar color, int line_size) |
void | draw_path (IplImage *img, t_object_list **list, int size, t_config *config, t_flag *flags) |
void | draw_end_lines (IplImage *img, t_cluster **clusters, int size, t_data *data, t_config *config) |
void | draw_oclusion_area (IplImage *img, t_object **list, int size, CvScalar color, t_config *config) |
void | draw_objects_search_area (IplImage *img, t_object_list **list, int size, t_config *config) |
void | draw_velocity (IplImage *img, t_object_list **objects, int size, CvScalar color, t_config *config) |
void | drawarrow (int x0, int y0, double o, double lenght, IplImage *dst, CvScalar color, int thickness, int line_type, int shift) |
void | draw_ambient (IplImage *img, t_config *config, enum_background_style style) |
void | draw_midle_circle (IplImage *img, t_config *config) |
void | draw_clusters_npoints (IplImage *img, t_cluster **clusters, int size, t_data *data, t_config *config) |
void | draw_clusters_centers (IplImage *img, t_cluster **clusters, int size, t_config *config) |
void | draw_clusters_area (IplImage *img, t_cluster **clusters, int size, t_config *config, t_data *data) |
void | draw_clusters (IplImage *img, t_cluster **clusters, int size, t_data *data, t_config *config) |
void | draw_objects (IplImage *img, t_object **objects, int size, CvScalar color, t_config *config, t_flag *) |
void | draw_objects_centers (IplImage *img, t_object **objects, int size, CvScalar color, t_config *config, t_flag *) |
void | draw_objects_ids (IplImage *img, t_object **objects, int size, CvScalar color, t_config *config, t_flag *) |
void | draw_objects_ppos (IplImage *img, t_object **objects, int size, t_config *config) |
void | draw_raw_data (IplImage *img, t_data *data, CvScalar color, t_config *config, t_flag *) |
void | draw_raw_data_acc (IplImage *img, t_data_acc *data_acc, CvScalar color, t_config *config, t_flag *) |
void | draw_raw_data_circles (IplImage *img, t_data *data, CvScalar color, t_config *config, t_flag *) |
void | draw_raw_data_acc_circles (IplImage *img, t_data_acc *data, CvScalar color, t_config *config, t_flag *) |
int | real2print (double x, t_config *config) |
void | draw_list_centers (IplImage *img, t_object_list **list, int size, CvScalar color, t_config *config, t_flag *) |
void | draw_list_ppos (IplImage *img, t_object_list **list, int size, t_config *config) |
void | draw_list_circles (IplImage *img, t_object_list **list, int size, CvScalar color, t_config *config, t_flag *) |
void | draw_list_ids (IplImage *img, t_object_list **list, int size, t_config *config) |
void | draw_tracks (IplImage *img, t_object_list **list, int size, t_config *config) |
void | get_mean_velocity (t_circular_data *data, double *mean_module, double *mean_angle) |