|
#include <VisionX/components/image_processor/ObjectLearningByPushing/ObjectHypothesis.h>
Public Member Functions | |
CMSERDescriptor () | |
CMSERDescriptor * | GetCopy () |
Public Attributes | |
float | fAverageSaturationInnerPoints |
float | fAverageSaturationSurroundingRegion |
float | fEigenvalue1 |
float | fEigenvalue2 |
int | nSize |
float | pHueHistogramInnerPoints [OLP_SIZE_MSER_HISTOGRAM] |
float | pHueHistogramSurroundingRegion [OLP_SIZE_MSER_HISTOGRAM] |
std::vector< Vec2d > * | pPoints2D |
Vec2d | vEigenvector1 |
Vec2d | vEigenvector2 |
Vec2d | vMean |
Definition at line 35 of file ObjectHypothesis.h.
|
inline |
|
inline |
Definition at line 43 of file ObjectHypothesis.h.
float fAverageSaturationInnerPoints |
Definition at line 90 of file ObjectHypothesis.h.
float fAverageSaturationSurroundingRegion |
Definition at line 92 of file ObjectHypothesis.h.
float fEigenvalue1 |
Definition at line 85 of file ObjectHypothesis.h.
float fEigenvalue2 |
Definition at line 85 of file ObjectHypothesis.h.
int nSize |
Definition at line 81 of file ObjectHypothesis.h.
float pHueHistogramInnerPoints[OLP_SIZE_MSER_HISTOGRAM] |
Definition at line 89 of file ObjectHypothesis.h.
float pHueHistogramSurroundingRegion[OLP_SIZE_MSER_HISTOGRAM] |
Definition at line 91 of file ObjectHypothesis.h.
std::vector<Vec2d>* pPoints2D |
Definition at line 79 of file ObjectHypothesis.h.
Vec2d vEigenvector1 |
Definition at line 87 of file ObjectHypothesis.h.
Vec2d vEigenvector2 |
Definition at line 87 of file ObjectHypothesis.h.
Vec2d vMean |
Definition at line 83 of file ObjectHypothesis.h.