PyramidTypes.H File Reference

#include <string>
Include dependency graph for PyramidTypes.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NBPYRAMIDTYPES   11
 number of known PyramidTypes:

Enumerations

enum  PyramidType {
  Gaussian3 = 0, Gaussian5 = 1, Gaussian9 = 2, Laplacian5 = 3,
  Laplacian9 = 4, Oriented5 = 5, Oriented9 = 6, QuickLocalAvg = 7,
  QuickLocalMax = 8, BlockScale = 9, Gabor9 = 10
}
 

Possible types of pyramids.

More...

Functions

const char * pyramidTypeName (const PyramidType p)
std::string convertToString (const PyramidType val)
 PyramidType overload.
void convertFromString (const std::string &str, PyramidType &val)
 PyramidType overload.

Detailed Description

Definition of the pyramid types

Definition in file PyramidTypes.H.


Define Documentation

#define NBPYRAMIDTYPES   11

number of known PyramidTypes:

Definition at line 61 of file PyramidTypes.H.

Referenced by convertFromString().


Enumeration Type Documentation

Possible types of pyramids.

Enumerator:
Gaussian3 

Corresponds to GaussianPyrBuilder with filter width 3.

Gaussian5 

Corresponds to GaussianPyrBuilder with filter width 5.

Gaussian9 

Corresponds to GaussianPyrBuilder with filter width 9.

Laplacian5 

Corresponds to LaplacianPyrBuilder with filter width 5.

Laplacian9 

Corresponds to LaplacianPyrBuilder with filter width 9.

Oriented5 

Corresponds to OrientedPyrBuilder with filter width 5.

Oriented9 

Corresponds to OrientedPyrBuilder with filter width 9.

Definition at line 45 of file PyramidTypes.H.


Function Documentation

void convertFromString ( const std::string str,
PyramidType val 
)

PyramidType overload.

Format is "name" as defined by pyramidTypeName() in PyramidTypes.H

Definition at line 50 of file PyramidTypes.C.

References NBPYRAMIDTYPES.

std::string convertToString ( const PyramidType  val  ) 

PyramidType overload.

Format is "name" as defined by pyramidTypeName() in PyramidTypes.H

Definition at line 47 of file PyramidTypes.C.

Generated on Sun May 8 08:12:58 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3