Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::BIASBlob Struct Reference

Helper class to store blob corners. More...

#include <FeatureDetector/BlobDetectorBase.hh>

+ Collaboration diagram for BIAS::BIASBlob:

Public Member Functions

 BIASBlob ()
 
 ~BIASBlob ()
 

Public Attributes

BIAS::Vector2< double > centerofmass
 
BIAS::Vector2< double > LR
 
BIAS::Vector2< double > UL
 
unsigned int weight
 

Detailed Description

Helper class to store blob corners.

Author
fkellner/ischiller 07/2008

Definition at line 43 of file BlobDetectorBase.hh.

Constructor & Destructor Documentation

BIAS::BIASBlob::BIASBlob ( )
inline

Definition at line 45 of file BlobDetectorBase.hh.

BIAS::BIASBlob::~BIASBlob ( )
inline

Definition at line 46 of file BlobDetectorBase.hh.

Member Data Documentation

BIAS::Vector2<double> BIAS::BIASBlob::centerofmass
BIAS::Vector2<double > BIAS::BIASBlob::LR
BIAS::Vector2<double> BIAS::BIASBlob::UL
unsigned int BIAS::BIASBlob::weight

The documentation for this struct was generated from the following file: