|
#include <VisionX/components/image_processor/ObjectLearningByPushing/ObjectHypothesis.h>
Public Types | |
enum | EPointType { eHarrisCornerPoint, eMSER, eDepthMapPoint } |
Public Member Functions | |
CHypothesisPoint () | |
CHypothesisPoint * | GetCopy () |
~CHypothesisPoint () | |
Public Attributes | |
EPointType | ePointType |
float | fColorB |
float | fColorG |
float | fColorR |
float | fIntensity |
float | fMembershipProbability |
CSIFTFeatureArray * | pFeatureDescriptors |
CMSERDescriptor3D * | pMSERDescriptor |
Vec3d | vOldPosition |
Vec3d | vPosition |
Definition at line 171 of file ObjectHypothesis.h.
enum EPointType |
Enumerator | |
---|---|
eHarrisCornerPoint | |
eMSER | |
eDepthMapPoint |
Definition at line 231 of file ObjectHypothesis.h.
|
inline |
|
inline |
Definition at line 181 of file ObjectHypothesis.h.
|
inline |
Definition at line 200 of file ObjectHypothesis.h.
EPointType ePointType |
Definition at line 240 of file ObjectHypothesis.h.
float fColorB |
Definition at line 241 of file ObjectHypothesis.h.
float fColorG |
Definition at line 241 of file ObjectHypothesis.h.
float fColorR |
Definition at line 241 of file ObjectHypothesis.h.
float fIntensity |
Definition at line 241 of file ObjectHypothesis.h.
float fMembershipProbability |
Definition at line 242 of file ObjectHypothesis.h.
CSIFTFeatureArray* pFeatureDescriptors |
Definition at line 243 of file ObjectHypothesis.h.
CMSERDescriptor3D* pMSERDescriptor |
Definition at line 244 of file ObjectHypothesis.h.
Vec3d vOldPosition |
Definition at line 239 of file ObjectHypothesis.h.
Vec3d vPosition |
Definition at line 238 of file ObjectHypothesis.h.