|
|
#include <memory>#include <string>#include <ArmarXCore/core/system/ImportExport.h>#include "GMMDistance.h"#include <MemoryX/core/entity/ProbabilityMeasures.h>
Include dependency graph for GMMReducer.h:
This graph shows which files directly or indirectly include this file: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 } |