ObjectShapeClassification.h File Reference
#include "Features/FeatureCalculator.hpp"
#include <RobotAPI/libraries/core/LinkedPose.h>
#include <ArmarXCore/observers/Observer.h>
#include <ArmarXCore/observers/variant/ChannelRef.h>
#include <VisionX/core/ImageProcessor.h>
#include <VisionX/interface/components/ObjectShapeClassification.h>
#include <MemoryX/interface/components/PriorKnowledgeInterface.h>
#include <MemoryX/libraries/memorytypes/entity/ObjectClass.h>
#include <MemoryX/core/GridFileManager.h>
#include <Eigen/Core>
#include <map>
#include <string>
#include <set>
#include <vector>
#include <mutex>
+ Include dependency graph for ObjectShapeClassification.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ObjectShapeClassification
 
class  ObjectShapeClassificationPropertyDefinitions
 

Namespaces

 visionx
 ArmarX headers.
 

Typedefs

using Point = Eigen::Vector3f
 
using Points = std::vector< Point >
 
using TaggedPoints = std::pair< std::string, Points >