
Definition in file ShapeEstimatorModes.H.
#include <string>
Include dependency graph for ShapeEstimatorModes.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | NBSHAPEESTIMATORMODES 4 |
| number of known ShapeEstimator modes: | |
| #define | NBSHAPEESTIMATORSMOOTHMETHODS 3 |
| number of known ShapeEstimator smooth methods | |
Enumerations | |
| enum | ShapeEstimatorMode { SEMnone = 0, SEMfeatureMap = 1, SEMconspicuityMap = 2, SEMsaliencyMap = 3 } |
| Possible ShapeEstimator modes. More... | |
| enum | ShapeEstimatorSmoothMethod { SESMnone = 0, SESMgaussian = 1, SESMchamfer = 2 } |
| Possible ShapeEstimator smooth methods. More... | |
Functions | |
| const char * | shapeEstimatorModeName (const ShapeEstimatorMode p) |
| Returns name of given mode. | |
| const char * | shapeEstimatorSmoothMethodName (const ShapeEstimatorSmoothMethod p) |
| Returns name of given smooth method. | |
| std::string | convertToString (const ShapeEstimatorMode val) |
| ShapeEstimatorMode overload. | |
| void | convertFromString (const std::string &str, ShapeEstimatorMode &val) |
| ShapeEstimatorMode overload. | |
| std::string | convertToString (const ShapeEstimatorSmoothMethod val) |
| ShapeEstimatorSmoothType overload. | |
| void | convertFromString (const std::string &str, ShapeEstimatorSmoothMethod &val) |
| ShapeEstimatorSmoothType overload. | |
|
|
number of known ShapeEstimator modes:
Definition at line 53 of file ShapeEstimatorModes.H. Referenced by convertFromString(), and shapeEstimatorModeName(). |
|
|
number of known ShapeEstimator smooth methods
Definition at line 73 of file ShapeEstimatorModes.H. Referenced by convertFromString(), mexFunction(), and shapeEstimatorSmoothMethodName(). |
|
|
Possible ShapeEstimator modes.
Definition at line 44 of file ShapeEstimatorModes.H. |
|
|
Possible ShapeEstimator smooth methods.
Definition at line 65 of file ShapeEstimatorModes.H. |
|
||||||||||||
|
ShapeEstimatorSmoothType overload. Format is "name" as defined in ShapeEstimatorModes.H Definition at line 68 of file ShapeEstimatorModes.C. References i, NBSHAPEESTIMATORSMOOTHMETHODS, and shapeEstimatorSmoothMethodName(). |
|
||||||||||||
|
ShapeEstimatorMode overload. Format is "name" as defined in ShapeEstimatorModes.H Definition at line 50 of file ShapeEstimatorModes.C. References i, NBSHAPEESTIMATORMODES, and shapeEstimatorModeName(). |
|
|
ShapeEstimatorSmoothType overload. Format is "name" as defined in ShapeEstimatorModes.H Definition at line 65 of file ShapeEstimatorModes.C. References shapeEstimatorSmoothMethodName(). |
|
|
ShapeEstimatorMode overload. Format is "name" as defined in ShapeEstimatorModes.H Definition at line 47 of file ShapeEstimatorModes.C. References shapeEstimatorModeName(). |
|
|
Returns name of given mode.
Definition at line 56 of file ShapeEstimatorModes.H. References n, and NBSHAPEESTIMATORMODES. Referenced by convertFromString(), and convertToString(). |
|
|
Returns name of given smooth method.
Definition at line 76 of file ShapeEstimatorModes.H. References n, and NBSHAPEESTIMATORSMOOTHMETHODS. Referenced by convertFromString(), and convertToString(). |
1.4.4