22 #ifndef __FIREVISION_FILTER_COLORTHRESHOLD_H_ 23 #define __FIREVISION_FILTER_COLORTHRESHOLD_H_ 25 #include <fvfilters/filter.h> 26 #include <fvutils/color/rgb.h> 27 #include <fvmodels/color/similarity.h>
A filter that uses the VLC color similarity algorithm to mark a certain color.
FilterColorThreshold(ColorModelSimilarity *color_model)
Constructor.
virtual void apply()
Apply the filter.
Matches colors that are similar to given reference colors.