Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
Data Fields | |
color_box_t * | next |
color_box_t * | prev |
int | size |
int | axis |
histogram_t ** | hist |
int | hsize |
int | nsamples |
bounds_t | r |
bounds_t | g |
bounds_t | b |
color_t | color |
int | cindex |
int _color_box::axis |
Definition at line 137 of file mcut.c.
Referenced by break_box().
int _color_box::cindex |
Definition at line 143 of file mcut.c.
Referenced by make_rle_map(), and re_expand_map().
color_t _color_box::color |
Definition at line 142 of file mcut.c.
Referenced by average_colors(), calc_inverse_map(), and make_rle_map().
histogram_t** _color_box::hist |
Definition at line 138 of file mcut.c.
Referenced by average_colors(), calc_inverse_map(), and sum_hist().
int _color_box::hsize |
Definition at line 139 of file mcut.c.
Referenced by average_colors(), calc_inverse_map(), and sum_hist().
color_box_t* _color_box::next |
int _color_box::nsamples |
Definition at line 140 of file mcut.c.
Referenced by sum_hist().
color_box_t * _color_box::prev |