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::CCAStruct Class Reference

#include <Filter/Label.hh>

+ Collaboration diagram for BIAS::CCAStruct:

Public Member Functions

 CCAStruct ()
 
 CCAStruct (const CCAStruct &s)
 
bool operator< (const CCAStruct &right) const
 
CCAStructoperator= (const CCAStruct &s)
 
bool operator== (const CCAStruct &right) const
 

Public Attributes

int bc
 blob count = number of pixesl in blob More...
 
BIAS::Vector2< int > br
 
BIAS::Vector2< double > center
 
BIAS::Vector2< int > tl
 
std::vector< int > x
 
std::vector< int > y
 

Detailed Description

Definition at line 49 of file Label.hh.

Constructor & Destructor Documentation

BIAS::CCAStruct::CCAStruct ( )
inline

Definition at line 51 of file Label.hh.

BIAS::CCAStruct::CCAStruct ( const CCAStruct s)
inline

Definition at line 52 of file Label.hh.

References bc, br, center, tl, x, and y.

Member Function Documentation

bool BIAS::CCAStruct::operator< ( const CCAStruct right) const
inline

Definition at line 62 of file Label.hh.

References bc.

CCAStruct& BIAS::CCAStruct::operator= ( const CCAStruct s)
inline

Definition at line 60 of file Label.hh.

References bc, br, center, tl, x, and y.

bool BIAS::CCAStruct::operator== ( const CCAStruct right) const
inline

Definition at line 64 of file Label.hh.

References bc.

Member Data Documentation

int BIAS::CCAStruct::bc

blob count = number of pixesl in blob

Definition at line 55 of file Label.hh.

Referenced by CCAStruct(), operator<(), operator=(), and operator==().

BIAS::Vector2<int> BIAS::CCAStruct::br

Definition at line 56 of file Label.hh.

Referenced by CCAStruct(), and operator=().

BIAS::Vector2<double> BIAS::CCAStruct::center

Definition at line 57 of file Label.hh.

Referenced by CCAStruct(), and operator=().

BIAS::Vector2<int> BIAS::CCAStruct::tl

Definition at line 56 of file Label.hh.

Referenced by CCAStruct(), and operator=().

std::vector<int> BIAS::CCAStruct::x

Definition at line 58 of file Label.hh.

Referenced by CCAStruct(), and operator=().

std::vector<int> BIAS::CCAStruct::y

Definition at line 58 of file Label.hh.

Referenced by CCAStruct(), and operator=().


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