|
Jafar
|
Base class for conspicuity computation. More...
Base class for conspicuity computation.
WARNING: never use directly this class.
Definition at line 51 of file conspicuity.hpp.
#include <conspicuity.hpp>

Public Member Functions | |
| Conspicuity (CParams const ¶ms_=CParams()) | |
| constructor | |
| virtual | ~Conspicuity () |
| Destructor. | |
| void | process (jafar::image::Image const &img) |
| jafar::image::Image const & | getMap (std::string const &label) const |
| std::pair< std::string, float > | getStrongestFMap (int wx, int wy) const |
Static Public Member Functions | |
| static void | maxNormalize (jafar::image::Image &img, double mi, double ma, int niter, MaxNormType ntype) |
| simple N(.) operator (see itti & koch article for more details). | |
| static std::string | getLabel (int c, int s) |
| return feature label | |
Public Attributes | |
| CParams | params |
| feature Saliency Parameters | |
Protected Member Functions | |
| void | centerSurround (jafar::image::Image const ¢er, jafar::image::Image const &surround, jafar::image::Image &result, bool absol=false) |
| compute centerSurround differences | |
| void | centerSurroundR (jafar::image::Image const ¢er, jafar::image::Image const &surround, jafar::image::Image &result, bool absol=false) |
| compute centerSurround differences using NN resize | |
Protected Attributes | |
|
std::map< std::string, jafar::image::Image > | fmaps |
| static void jafar::sas::Conspicuity::maxNormalize | ( | jafar::image::Image & | img, |
| double | mi, | ||
| double | ma, | ||
| int | niter, | ||
| MaxNormType | ntype | ||
| ) | [static] |
simple N(.) operator (see itti & koch article for more details).
in-place operation
| Generated on Wed Oct 15 2014 00:37:48 for Jafar by doxygen 1.7.6.1 |
|