Bayes Filters Library
src
BayesFilters
include
BayesFilters
GaussianMixturePrediction.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2016-2019 Istituto Italiano di Tecnologia (IIT)
3
*
4
* This software may be modified and distributed under the terms of the
5
* BSD 3-Clause license. See the accompanying LICENSE file for details.
6
*/
7
8
#ifndef GAUSSIANMIXTUREPREDICTION_H
9
#define GAUSSIANMIXTUREPREDICTION_H
10
11
#include <
BayesFilters/GaussianMixture.h
>
12
13
#include <Eigen/Dense>
14
15
namespace
bfl
{
16
class
GaussianMixturePrediction;
17
}
18
19
20
class
bfl::GaussianMixturePrediction
21
{
22
public
:
23
virtual
void
predict
(
const
GaussianMixture
& prev_state,
GaussianMixture
& pred_state) = 0;
24
};
25
26
#endif
/* GAUSSIANMIXTUREPREDICTION_H */
bfl::GaussianMixturePrediction::predict
virtual void predict(const GaussianMixture &prev_state, GaussianMixture &pred_state)=0
bfl
Port of boost::any for C++11 compilers.
Definition:
AdditiveMeasurementModel.h:13
GaussianMixture.h
bfl::GaussianMixturePrediction
Definition:
GaussianMixturePrediction.h:20
bfl::GaussianMixture
Definition:
GaussianMixture.h:20
Generated by
1.8.17