#include <string>
Go to the source code of this file.
Defines | |
#define | NBORIENTCOMPUTETYPES 3 |
number of known OrientComputeTypes: | |
Enumerations | |
enum | OrientComputeType { ORISteerable = 0, ORIGabor = 1, ORIGaborEnergyNorm = 2 } |
Possible types computing orientations. More... | |
Functions | |
const char * | orientComputeTypeName (const OrientComputeType p) |
std::string | convertToString (const OrientComputeType val) |
OrientComputeType overload. | |
void | convertFromString (const std::string &str, OrientComputeType &val) |
OrientComputeType overload. |
Definition of the pyramid types
Definition in file OrientComputeTypes.H.
#define NBORIENTCOMPUTETYPES 3 |
number of known OrientComputeTypes:
Definition at line 53 of file OrientComputeTypes.H.
Referenced by convertFromString().
enum OrientComputeType |
Possible types computing orientations.
ORISteerable |
use steerable filters |
ORIGabor |
use a Gabor filter |
ORIGaborEnergyNorm |
energy-normalize the image, then use a Gabor filter |
Definition at line 45 of file OrientComputeTypes.H.
void convertFromString | ( | const std::string & | str, | |
OrientComputeType & | val | |||
) |
OrientComputeType overload.
Format is "name" as defined in OrientComputeTypes.H
Definition at line 50 of file OrientComputeTypes.C.
References NBORIENTCOMPUTETYPES.
std::string convertToString | ( | const OrientComputeType | val | ) |
OrientComputeType overload.
Format is "name" as defined in OrientComputeTypes.H
Definition at line 47 of file OrientComputeTypes.C.