#include <vector>
#include <fstream>
#include <iostream>
#include <boost/foreach.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/property_tree/ptree.hpp>
#include <asr_msgs/AsrObject.h>
#include <visualization/psm/ProbabilisticSceneVisualization.h>
#include "inference/model/SceneContent.h"
#include "inference/model/foreground/PowerSetForegroundInferenceAlgorithm.h"
#include "inference/model/foreground/SummarizedForegroundInferenceAlgorithm.h"
#include "inference/model/foreground/MultipliedForegroundInferenceAlgorithm.h"
#include "inference/model/foreground/MaximumForegroundInferenceAlgorithm.h"
#include "inference/model/foreground/SceneObjectDescription.h"
#include <ISM/common_type/Object.hpp>
Go to the source code of this file.
Classes | |
class | ProbabilisticSceneRecognition::ForegroundSceneContent |
Namespaces | |
ProbabilisticSceneRecognition | |