#include <boost/shared_ptr.hpp>
#include <boost/filesystem.hpp>
#include <utility/TableHelper.hpp>
#include <utility/DocumentationHelper.hpp>
#include <common_type/ObjectSet.hpp>
#include <common_type/Tracks.hpp>
#include <common_type/VoteSpecifier.hpp>
#include <common_type/Pattern.hpp>
#include <fstream>
#include <iostream>
#include <string>
#include "common_type/RecognitionResult.hpp"
#include "ObjectRelation.hpp"
#include "ImplicitShapeModel.hpp"
#include "TestSetGenerator.hpp"
#include "TopologyValidationResultContainer.hpp"
#include "Tester.hpp"
#include "CombinatorialTrainerParameters.hpp"
#include "Topology.hpp"
#include "../typedef.hpp"
Go to the source code of this file.
Classes | |
class | ISM::CombinatorialTrainer |
Namespaces | |
ISM | |
this namespace contains all generally usable classes. | |
Typedefs | |
typedef boost::shared_ptr< CombinatorialTrainer > | ISM::CombinatorialTrainerPtr |