Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PyramidTypes.H File Reference


Detailed Description

Definition of the pyramid types

Definition in file PyramidTypes.H.

#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.


Define Documentation

#define NBPYRAMIDTYPES   11
 

number of known PyramidTypes:

Definition at line 61 of file PyramidTypes.H.

Referenced by convertFromString(), and pyramidTypeName().


Enumeration Type Documentation

enum PyramidType
 

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 i, NBPYRAMIDTYPES, and pyramidTypeName().

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.

References pyramidTypeName().


Generated on Sun Nov 22 13:44:11 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4