KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
kjb::pt::Face_direction_prior Class Reference

Class that represents the prior distribution of the face direction. More...

#include <pt_direction_prior.h>

Public Member Functions

 Face_direction_prior (double sc, double sv, size_t local_sz)
 Construct a prior. More...
 
 Face_direction_prior (double sc, double sv)
 Construct a prior. More...
 
double operator() (const Scene &scene) const
 Evaluate this prior on the given scene. More...
 
double at_trajectory (const Target &target) const
 Evaluate this prior on the given trajectory. More...
 
double local (const Target &target, size_t t) const
 Approximate this prior around a frame. More...
 
size_t local_size () const
 Return the local window size. More...
 
double scale () const
 Return the GP scale. More...
 
double signal_variance () const
 Return the GP signal variance. More...
 

Detailed Description

Class that represents the prior distribution of the face direction.

Constructor & Destructor Documentation

kjb::pt::Face_direction_prior::Face_direction_prior ( double  sc,
double  sv,
size_t  local_sz 
)
inline

Construct a prior.

kjb::pt::Face_direction_prior::Face_direction_prior ( double  sc,
double  sv 
)
inline

Construct a prior.

Member Function Documentation

double Face_direction_prior::at_trajectory ( const Target target) const

Evaluate this prior on the given trajectory.

double Face_direction_prior::local ( const Target target,
size_t  t 
) const

Approximate this prior around a frame.

size_t kjb::pt::Face_direction_prior::local_size ( ) const
inline

Return the local window size.

double Face_direction_prior::operator() ( const Scene scene) const

Evaluate this prior on the given scene.

double kjb::pt::Face_direction_prior::scale ( ) const
inline

Return the GP scale.

double kjb::pt::Face_direction_prior::signal_variance ( ) const
inline

Return the GP signal variance.


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