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::ColFeat< StorageType > Class Template Reference

internal class for feature (with color) passing only More...

#include <FeatureDetector/ConstantRegionDetector.hh>

+ Collaboration diagram for BIAS::ColFeat< StorageType >:

Public Member Functions

bool operator< (const ColFeat< StorageType > &r) const
 
ColFeat< StorageType > & operator= (const ColFeat< StorageType > &f)
 

Public Attributes

BIAS::Vector3< StorageType > col
 
double val
 
int x
 
int y
 

Detailed Description

template<class StorageType>
class BIAS::ColFeat< StorageType >

internal class for feature (with color) passing only

Author
koeser 09/2004

Definition at line 39 of file ConstantRegionDetector.hh.

Member Function Documentation

template<class StorageType>
bool BIAS::ColFeat< StorageType >::operator< ( const ColFeat< StorageType > &  r) const
inline

Definition at line 45 of file ConstantRegionDetector.hh.

template<class StorageType>
ColFeat<StorageType>& BIAS::ColFeat< StorageType >::operator= ( const ColFeat< StorageType > &  f)
inline

Member Data Documentation

template<class StorageType>
BIAS::Vector3<StorageType> BIAS::ColFeat< StorageType >::col
template<class StorageType>
double BIAS::ColFeat< StorageType >::val
template<class StorageType>
int BIAS::ColFeat< StorageType >::x
template<class StorageType>
int BIAS::ColFeat< StorageType >::y

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