25 #ifndef _FIREVISION_FILTERS_HOR_SEARCH_H_ 26 #define _FIREVISION_FILTERS_HOR_SEARCH_H_ 28 #include <fvfilters/filter.h> 29 #include <fvmodels/color/colormodel.h> 31 namespace firevision {
47 #endif // FIREVISION_FILTERS_HOR_SEARCH_H__
Search horizontally for a color change.
virtual void apply()
Apply the filter.
FilterHSearch(ColorModel *cm, color_t what)
Constructor.