|
|
#include "ObjectShapeClassification.h"#include <stdio.h>#include <iostream>#include <iterator>#include <sstream>#include <boost/filesystem.hpp>#include <ArmarXCore/core/logging/Logging.h>#include "Features/FeatureCalculator.hpp"#include "Features/Features.h"#include "ICP.h"#include "IVPointParser.hpp"#include "convexHull.hpp"#include <Math/Math3d.h>#include <MemoryX/core/MemoryXCoreObjectFactories.h>#include <MemoryX/libraries/memorytypes/MemoryXTypesObjectFactories.h>
Include dependency graph for ObjectShapeClassification.cpp: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.