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 {
virtual void apply()
Apply the filter.
FilterSobel(orientation_t ori=ORI_HORIZONTAL)
Constructor.
orientation_t * ori
Orientations, one for each source image.