Namespace for the Polimago package.
More...
|
| namespace | Testing |
| | Namespace for the Polimago package testing functionality.
|
| |
| namespace | Training |
| | Namespace for the Polimago package training functionality.
|
| |
◆ ClassificationType
Determine the classification type to be carried out.
| Enumerator |
|---|
| None | The enum element indicating undefined state.
|
| OneVersusAll | Quick classification, that tests versus all classes simultaneously (but potentially at the cost of result quality, especially if many classes are involved).
|
| OneVersusOne | Thorough classification, that tests all possible pairs of classes (which yields potentially better results if many classes are involved but takes significantly longer than the OneVersusAll approach).
|
◆ InterpolationType
Interpolation to be used when extracting image data for classifier generation.
| Enumerator |
|---|
| None | Image data is (if necessary) extracted without interpolation.
|
| Linear | Image data is (if necessary) extracted with linear interpolation.
|
◆ InvarianceType
Invariance types that can be defined for training.
| Enumerator |
|---|
| None | No invariance (not valid for training!).
|
| Translation | Translation.
|
| RotationScaleTranslation | Rotation + Scale + Translation.
|
| AffineGroup | Affine group (i.e. 2x2 matrix plus translation).
|
◆ GetGranularity()
| int GetGranularity |
( |
const String & |
preproCode | ) |
|
|
inline |
The function returns the granularity associated with a preprocessing code.
- Parameters
-
| [in] | preproCode | Preprocessing code to determine the granularity for. |
- Returns
- Granularity value for the preprocessing code.
- Exceptions
-
◆ operator!=()
Comparison operator for SearchResult objects.
- Parameters
-
| [in] | lhs | Left hand side operand. |
| [in] | rhs | Right hand side operand. |
- Returns
- True if lhs == rhs, false otherwise.
- Exceptions
-
| Does | not throw any exception. |
◆ operator==()
Comparison operator for SearchResult objects.
- Parameters
-
| [in] | lhs | Left hand side operand. |
| [in] | rhs | Right hand side operand. |
- Returns
- True if lhs != rhs, false otherwise.
- Exceptions
-
| Does | not throw any exception. |