23 #ifndef _FIREVISION_FILTER_SOBEL_H_ 24 #define _FIREVISION_FILTER_SOBEL_H_ 26 #if !(defined(HAVE_IPP) || defined(HAVE_OPENCV)) 27 # error "Neither IPP nor OpenCV installed" 30 #include <fvfilters/filter.h> 32 namespace firevision {
FilterSobel(orientation_t ori=ORI_HORIZONTAL)
Constructor.
virtual void apply()
Apply the filter.
orientation_t * ori
Orientations, one for each source image.