|
Jafar
|
Gabor Pyramid class
Definition at line 191 of file pyramid.hpp.
#include <pyramid.hpp>

Public Member Functions | |
| GaborPyramid (float theta, int l=0, float major_stddev=3.92, float minor_stddev=3.92, float period=7, int size=-1) | |
| virtual void | build (jafar::image::Image const &img, int l=0) |
| jafar::image::Image | kernel0 () const |
| jafar::image::Image | kernel90 () const |
Private Attributes | |
| cv::Mat | gabor0 |
| cv::Mat | gabor90 |
| virtual void jafar::image::GaborPyramid::build | ( | jafar::image::Image const & | img, |
| int | l = 0 |
||
| ) | [virtual] |
build the pyramid. Here, it uses a gaussian 5x5 kernel filter
Reimplemented from jafar::image::Pyramid.
| Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |
|