CC Localization
Public Member Functions | Public Attributes | List of all members
Likelihood Class Reference

Functor for likelihood calculation. More...

Public Member Functions

 Likelihood (int l, int w)
 Construct the calculator. More...
 
void set_image (double const *im)
 Set the image for calculation.
 
double operator() (param_t const &p)
 Actual calculation make the functor.
 

Public Attributes

int cnt
 

Detailed Description

Functor for likelihood calculation.

Definition at line 27 of file loc1.cc.

Constructor & Destructor Documentation

◆ Likelihood()

Likelihood::Likelihood ( int  l,
int  w 
)
inline

Construct the calculator.

Parameters
llateral size
woriginal image width

Definition at line 35 of file loc1.cc.

Member Data Documentation

◆ cnt

int Likelihood::cnt

evaluaton count for the function

Definition at line 33 of file loc1.cc.


The documentation for this class was generated from the following file: