List of all members.
Detailed Description
template<class observation_type>
class stick_state< observation_type >
An implementation projected prior constrained by 3D information about a stick that the user is interacting with. If you use this class we recommend citing
@inproceedings{hauberg_accv2010,
author = {S{\o}ren Hauberg and Kim S. Pedersen},
title = {{Stick It! Articulated Tracking using Spatial Rigid Object Priors}},
booktitle = {ACCV 2010},
year = {2010},
pages = {},
publisher = {Springer-Verlag},
}
Constructor & Destructor Documentation
template<class observation_type>
Member Function Documentation
template<class observation_type>
Load pose parameters from a file.
- Parameters:
-
[in] | filename | The name of the file containing the pose paramters. |
- Returns:
- TRUE on succes.
Reimplemented from skeleton_state< observation_type >.
template<class observation_type>
bool stick_state< observation_type >::load |
( |
std::ifstream & |
file |
) |
[inline] |
Load pose parameters from a stream. This is useful for batch loads.
- Parameters:
-
[in] | file | A stream representing the open file. |
- Returns:
- TRUE on succes.
Reimplemented from skeleton_state< observation_type >.
template<class observation_type>
template<class observation_type>
double stick_state< observation_type >::predict |
( |
const observation_type & |
observation, |
|
|
const double |
variance_scale = 1.0 | |
|
) |
| | [inline, virtual] |
The importance distribution of the tracker.
- Parameters:
-
[in] | observation | The current observation. |
[in] | variance_scale | A scale factor for the default variance. This is used for annealed filters. |
- Returns:
- The correction factor for the importance distribution (most often 1).
Implements state< observation_type >.
Member Data Documentation
template<class observation_type>
template<class observation_type>
template<class observation_type>
template<class observation_type>
const double stick_state< observation_type >::sigma = 0.0001 [static, protected] |
template<class observation_type>
const double stick_state< observation_type >::T_E = 1.0 [static, protected] |
The documentation for this class was generated from the following file:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/stick_state.h