|
|
#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 166 of file ObjectHypothesis.h.
| enum EPointType |
| Enumerator | |
|---|---|
| eHarrisCornerPoint | |
| eMSER | |
| eDepthMapPoint | |
Definition at line 228 of file ObjectHypothesis.h.
|
inline |
|
inline |
Definition at line 176 of file ObjectHypothesis.h.
|
inline |
Definition at line 196 of file ObjectHypothesis.h.
Here is the call graph for this function:
Here is the caller graph for this function:| EPointType ePointType |
Definition at line 237 of file ObjectHypothesis.h.
| float fColorB |
Definition at line 238 of file ObjectHypothesis.h.
| float fColorG |
Definition at line 238 of file ObjectHypothesis.h.
| float fColorR |
Definition at line 238 of file ObjectHypothesis.h.
| float fIntensity |
Definition at line 238 of file ObjectHypothesis.h.
| float fMembershipProbability |
Definition at line 239 of file ObjectHypothesis.h.
| CSIFTFeatureArray* pFeatureDescriptors |
Definition at line 240 of file ObjectHypothesis.h.
| CMSERDescriptor3D* pMSERDescriptor |
Definition at line 241 of file ObjectHypothesis.h.
| Vec3d vOldPosition |
Definition at line 236 of file ObjectHypothesis.h.
| Vec3d vPosition |
Definition at line 235 of file ObjectHypothesis.h.