|
#include <Math/Math3d.h>
#include "ObjectShapeClassification.h"
#include <sstream>
#include <iterator>
#include <iostream>
#include <stdio.h>
#include <boost/filesystem.hpp>
#include <ArmarXCore/core/logging/Logging.h>
#include <MemoryX/core/MemoryXCoreObjectFactories.h>
#include <MemoryX/libraries/memorytypes/MemoryXTypesObjectFactories.h>
#include "Features/Features.h"
#include "Features/FeatureCalculator.hpp"
#include "convexHull.hpp"
#include "IVPointParser.hpp"
#include "ICP.h"
Go to the source code of this file.
Classes | |
struct | by_second |
Variables | |
const std::string | ATTR_FEATURES = "RecognitionFeatures" |
const std::string | ATTR_IV_FILE = "IvFile" |
const std::string ATTR_FEATURES = "RecognitionFeatures" |
Definition at line 50 of file ObjectShapeClassification.cpp.
const std::string ATTR_IV_FILE = "IvFile" |
Definition at line 51 of file ObjectShapeClassification.cpp.