Base class for Polimago predictors. More...
Inherits object.
Inherited by PredictorBase, and TestResultBase.
Public Member Functions | |
| None | save (self, str file_name) |
| Save this object into a file. More... | |
Properties | |
| correction = property | |
| cvb.Point2D: Correction factors in X and Y direction required to rescale the input images for projection onto the retina. More... | |
| feature_window_extent = property | |
| cvb.Rect: The feature window extent that has been used during classifier training. More... | |
| file_name = property | |
| str: Name of the file the object has been loaded from (or empty string if the object was not loaded). More... | |
| image_planes = property | |
| int: Intercept weight that has been used for generating this object. More... | |
| interpolation = property | |
| int: Interpolation setting used for generating this object (see cvb.polimago.InterpolationType). More... | |
| lambda_ = property | |
| float: Regularization value that has been used for generating this object. More... | |
| offset = property | |
| float: Intercept weight that has been used for generating this object. More... | |
| preprocessing = property | |
| str: Preprocessing code with which this object was generated. More... | |
| retina_size = property | |
| cvb.Size2D: Size of the 'Retina' in pixels. More... | |
Base class for Polimago predictors.
| None save | ( | self, | |
| str | file_name | ||
| ) |
Save this object into a file.
file_name : str Name of the file to save to.
|
static |
cvb.Point2D: Correction factors in X and Y direction required to rescale the input images for projection onto the retina.
|
static |
cvb.Rect: The feature window extent that has been used during classifier training.
|
static |
str: Name of the file the object has been loaded from (or empty string if the object was not loaded).
|
static |
int: Intercept weight that has been used for generating this object.
|
static |
int: Interpolation setting used for generating this object (see cvb.polimago.InterpolationType).
|
static |
float: Regularization value that has been used for generating this object.
|
static |
float: Intercept weight that has been used for generating this object.
|
static |
str: Preprocessing code with which this object was generated.
|
static |
cvb.Size2D: Size of the 'Retina' in pixels.
The retina is the set of pixels onto which the input image is projected using the preprocessing code prior to application/training of the classifier.