static const int NUM_FILTERS
number of filters in the filterbank
Definition: drwnTextonFilterBank.h:41
void filter(const cv::Mat &img, std::vector< cv::Mat > &response) const
Filtering function. The caller must provide a vector of CV32F destination matrices. The source image should be a 3-channel RGB color image (it is automatically converted to CIELab).
Definition: drwnTextonFilterBank.cpp:34
drwnTextonFilterBank(double k=1.0)
construct a filterbank with bandwidth k
Definition: drwnTextonFilterBank.cpp:23
double _kappa
base filter bandwidth
Definition: drwnTextonFilterBank.h:38
Implements a 17-dimensional filter bank.
Definition: drwnTextonFilterBank.h:36