23 #ifndef _FIREVISION_FILTER_COLORTHRESHOLD_H_
24 #define _FIREVISION_FILTER_COLORTHRESHOLD_H_
26 #include <fvfilters/filter.h>
27 #include <fvmodels/color/similarity.h>
28 #include <fvutils/color/rgb.h>
30 namespace firevision {
Matches colors that are similar to given reference colors.
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.