Framework for the implementation of particle filters using the data type float.  
 More...
#include <ParticleFilterFrameworkFloat.h>
Framework for the implementation of particle filters using the data type float. 
Definition at line 55 of file ParticleFilterFrameworkFloat.h.
      
        
          | CParticleFilterFrameworkFloat::CParticleFilterFrameworkFloat | ( | int | nParticles, | 
        
          |  |  | int | nDimension | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | CParticleFilterFrameworkFloat::~CParticleFilterFrameworkFloat | ( |  | ) |  | 
      
 
 
  
  | 
        
          | virtual void CParticleFilterFrameworkFloat::CalculateFinalProbabilities | ( |  | ) |  |  | inlineprotectedvirtual | 
 
 
  
  | 
        
          | void CParticleFilterFrameworkFloat::CalculateMean | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | virtual double CParticleFilterFrameworkFloat::CalculateProbability | ( | bool | bSeparateCall = true | ) |  |  | protectedpure virtual | 
 
 
      
        
          | double CParticleFilterFrameworkFloat::CalculateProbabilityForConfiguration | ( | const float * | pConfiguration | ) |  | 
      
 
 
  
  | 
        
          | void CParticleFilterFrameworkFloat::GetBestConfiguration | ( | float * | pBestConfiguration | ) |  |  | virtual | 
 
 
  
  | 
        
          | void CParticleFilterFrameworkFloat::GetConfiguration | ( | float * | pBestConfiguration, |  
          |  |  | float | fMeanFactor |  
          |  | ) |  |  |  | virtual | 
 
 
  
  | 
        
          | void CParticleFilterFrameworkFloat::GetMeanConfiguration | ( | float * | pMeanConfiguration | ) |  |  | virtual | 
 
 
  
  | 
        
          | void CParticleFilterFrameworkFloat::GetPredictedConfiguration | ( | float * | pPredictedConfiguration | ) |  |  | virtual | 
 
 
      
        
          | double CParticleFilterFrameworkFloat::ParticleFilter | ( | float * | pResultMeanConfiguration, | 
        
          |  |  | float | fSigmaFactor = 1.0f | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | int CParticleFilterFrameworkFloat::PickBaseSample | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | virtual void CParticleFilterFrameworkFloat::PredictNewBases | ( | float | fSigmaFactor | ) |  |  | protectedpure virtual | 
 
 
  
  | 
        
          | virtual void CParticleFilterFrameworkFloat::UpdateModel | ( | int | nParticle | ) |  |  | protectedpure virtual | 
 
 
  
  | 
        
          | double* CParticleFilterFrameworkFloat::c |  | protected | 
 
 
  
  | 
        
          | double CParticleFilterFrameworkFloat::c_total |  | protected | 
 
 
  
  | 
        
          | float* CParticleFilterFrameworkFloat::last_configuration |  | protected | 
 
 
  
  | 
        
          | float* CParticleFilterFrameworkFloat::lower_limit |  | protected | 
 
 
  
  | 
        
          | int CParticleFilterFrameworkFloat::m_nDimension |  | protected | 
 
 
  
  | 
        
          | int CParticleFilterFrameworkFloat::m_nParticles |  | protected | 
 
 
  
  | 
        
          | float* CParticleFilterFrameworkFloat::mean_configuration |  | protected | 
 
 
  
  | 
        
          | double* CParticleFilterFrameworkFloat::pi |  | protected | 
 
 
  
  | 
        
          | float** CParticleFilterFrameworkFloat::s |  | protected | 
 
 
  
  | 
        
          | float** CParticleFilterFrameworkFloat::s_temp |  | protected | 
 
 
  
  | 
        
          | float* CParticleFilterFrameworkFloat::sigma |  | protected | 
 
 
  
  | 
        
          | float* CParticleFilterFrameworkFloat::temp |  | protected | 
 
 
  
  | 
        
          | float* CParticleFilterFrameworkFloat::upper_limit |  | protected | 
 
 
The documentation for this class was generated from the following files: