|
#include <memory>
#include <string>
#include <ArmarXCore/core/system/ImportExport.h>
#include <MemoryX/core/entity/ProbabilityMeasures.h>
#include "GMMDistance.h"
Go to the source code of this file.
Classes | |
class | GMMReducer |
Namespaces | |
memoryx | |
VirtualRobot headers. | |
Typedefs | |
using | GMMCompPairDistance = std::pair< int, float > |
using | GMMCompPairDistanceVector = std::vector< GMMCompPairDistance > |
using | GMMReducerPtr = std::shared_ptr< GMMReducer > |
Enumerations | |
enum | DeviationMeasure { eAABB, eOrientedBBox, eEqualSphere } |