Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
drwnSegImageStdRegionFeatures Class Reference

Standard per-region filterbank features computes mean and standard deviation of drwnTextonFilterBank responses over each region. More...

Inheritance diagram for drwnSegImageStdRegionFeatures:
drwnSegImageRegionFeatures drwnCloneable

Public Member Functions

 drwnSegImageStdRegionFeatures (const drwnSegImageStdRegionFeatures &f)
 
drwnSegImageStdRegionFeaturesclone () const
 returns a copy of the class usually implemented as virtual Foo* clone() { return new Foo(*this); }
 
void cacheInstanceData (const drwnSegImageInstance &instance)
 caches data for a given drwnSegImageInstance
 
void clearInstanceData ()
 clears any cached data
 
int numFeatures () const
 return feature vector size
 
void appendRegionFeatures (int regId, vector< double > &phi) const
 append features to phi for region regId in the cached instance
 
- Public Member Functions inherited from drwnSegImageRegionFeatures
 drwnSegImageRegionFeatures (const drwnSegImageRegionFeatures &f)
 

Static Public Attributes

static double FILTER_BANDWIDTH = 1.0
 bandwidth for filter features
 

Protected Attributes

drwnFilterBankResponse _filters
 pixel filter responses
 
- Protected Attributes inherited from drwnSegImageRegionFeatures
string _instanceName
 name of the chached instance (for error reporting)
 
int _instanceRegions
 number of superpixels in the cached instance
 

Detailed Description

Standard per-region filterbank features computes mean and standard deviation of drwnTextonFilterBank responses over each region.


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