|
Jafar
|
class for Orientation Conspicuity computation More...
class for Orientation Conspicuity computation
Definition at line 122 of file conspicuity.hpp.
#include <conspicuity.hpp>

Public Member Functions | |
| OrientedConspicuity (float theta_, CParams const ¶ms_=CParams(), float period=7., int size=-1) | |
| Constructor. | |
| virtual | ~OrientedConspicuity () |
| Destructor. | |
| virtual void | build (jafar::image::Image const &img, int l=0) |
Private Attributes | |
| CvMatrix | gabor0 |
| CvMatrix | gabor90 |
| virtual void jafar::sas::OrientedConspicuity::build | ( | jafar::image::Image const & | img, |
| int | l = 0 |
||
| ) | [inline, virtual] |
build the pyramid. Here, it uses a gaussian 5x5 kernel filter
Reimplemented from jafar::image::Pyramid.
Definition at line 134 of file conspicuity.hpp.
References jafar::image::Pyramid::size().
| Generated on Wed Oct 15 2014 00:37:48 for Jafar by doxygen 1.7.6.1 |
|