TYPE_color is a struct that defines in the grid a specific color. More...
#include <get_pts.h>

Data Fields | |
| CvPoint | pts [MAX_PTS] |
| int | num_pts |
| char | name [20] |
| TYPE_color_values | h_values |
| TYPE_color_values | v_values |
| TYPE_color_values | s_values |
| IplImage * | mask |
| IplImage * | img_debug |
| CvMemStorage * | mem_storage |
| CvSeq * | hsv_lim_seq |
| TYPE_color_limits | h |
| TYPE_color_limits | v |
| TYPE_color_limits | s |
TYPE_color is a struct that defines in the grid a specific color.
| CvSeq* TYPE_region::hsv_lim_seq |
| IplImage* TYPE_region::img_debug |
| IplImage * TYPE_region::mask |
| CvMemStorage* TYPE_region::mem_storage |
| char TYPE_region::name |
Referenced by load_pts().
Referenced by get_values(), and load_pts().
| CvPoint TYPE_region::pts |
Referenced by get_values().
1.6.3