|
#include "ObjectLearningByPushingDefinitions.h"
#include "Math/Math3d.h"
#include "Features/SIFTFeatures/SIFTFeatureEntry.h"
#include "Structs/Structs.h"
#include "DataStructures/DynamicArrayTemplate.h"
Go to the source code of this file.
Classes | |
class | CHypothesisPoint |
class | CMSERDescriptor |
class | CMSERDescriptor3D |
class | CObjectHypothesis |
Typedefs | |
using | CObjectHypothesisArray = CDynamicArrayTemplate< CObjectHypothesis * > |
using | CSIFTFeatureArray = CDynamicArrayTemplate< CSIFTFeatureEntry * > |
using CObjectHypothesisArray = CDynamicArrayTemplate<CObjectHypothesis*> |
Definition at line 359 of file ObjectHypothesis.h.
using CSIFTFeatureArray = CDynamicArrayTemplate<CSIFTFeatureEntry*> |
Definition at line 168 of file ObjectHypothesis.h.