
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. | |
|
|
number of known PyramidTypes:
Definition at line 61 of file PyramidTypes.H. Referenced by convertFromString(), and pyramidTypeName(). |
|
|
Possible types of pyramids.
Definition at line 45 of file PyramidTypes.H. |
|
||||||||||||
|
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(). |
|
|
PyramidType overload. Format is "name" as defined by pyramidTypeName() in PyramidTypes.H Definition at line 47 of file PyramidTypes.C. References pyramidTypeName(). |
1.4.4