|
#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 34 of file ObjectHypothesis.h.
|
inline |
|
inline |
Definition at line 43 of file ObjectHypothesis.h.
float fAverageSaturationInnerPoints |
Definition at line 89 of file ObjectHypothesis.h.
float fAverageSaturationSurroundingRegion |
Definition at line 91 of file ObjectHypothesis.h.
float fEigenvalue1 |
Definition at line 84 of file ObjectHypothesis.h.
float fEigenvalue2 |
Definition at line 84 of file ObjectHypothesis.h.
int nSize |
Definition at line 80 of file ObjectHypothesis.h.
float pHueHistogramInnerPoints[OLP_SIZE_MSER_HISTOGRAM] |
Definition at line 88 of file ObjectHypothesis.h.
float pHueHistogramSurroundingRegion[OLP_SIZE_MSER_HISTOGRAM] |
Definition at line 90 of file ObjectHypothesis.h.
std::vector<Vec2d>* pPoints2D |
Definition at line 78 of file ObjectHypothesis.h.
Vec2d vEigenvector1 |
Definition at line 86 of file ObjectHypothesis.h.
Vec2d vEigenvector2 |
Definition at line 86 of file ObjectHypothesis.h.
Vec2d vMean |
Definition at line 82 of file ObjectHypothesis.h.