25 #ifndef __FIREVISION_COLORMODEL_LUMINANCE_H_ 26 #define __FIREVISION_COLORMODEL_LUMINANCE_H_ 28 #include <fvmodels/color/colormodel.h> 41 #define THRESHOLD_WHITE_Y_LOW 170 49 color_t determine(
unsigned int y,
51 unsigned int v)
const;
53 const char * get_name();
54 void print_thresholds();
56 unsigned int threshold_white_low_;
Really simple thresholds-based model with some hard-coded thresholds.