Common Vision Blox Polimago module for Python. More...
Classes | |
| class | ClassificationPredictor |
| Predictor to classify patterns with. More... | |
| class | ClassificationPredictorFactory |
| Factory class for classification predictors. More... | |
| class | ClassificationResult |
| Polimago classification result container. More... | |
| class | ClassificationTestResult |
| Classification test result object. More... | |
| class | ClassificationType |
| Determine the classification type to be carried out. More... | |
| class | ConfusionMatrix |
| Representation of a confusion matrix. More... | |
| class | HoldoutTestResultFactory |
| Factory object for holdout tests. More... | |
| class | InterpolationType |
| Interpolation to be used when extracting image data for classifier generation. More... | |
| class | InvarianceType |
| Invariance types that can be defined for training. More... | |
| class | PolimagoFactoryCreatedObject |
| Base class for Polimago predictors. More... | |
| class | PredictionResult |
| The information contained in each cell of the confusion matrix. More... | |
| class | PredictorBase |
| Base class for Polimago predictors. More... | |
| class | PredictorBaseEx |
| Base class for Polimago predictors. More... | |
| class | PredictorFactoryBase |
| Base class for classifier factory classes. More... | |
| class | PredictorFactoryBaseEx |
| Base class for classifier factory classes. More... | |
| class | RegressionPredictor |
| Polimago regression predictor. More... | |
| class | RegressionPredictorFactory |
| Factory class for regression predictors. More... | |
| class | RegressionTestResult |
| Regression test result object. More... | |
| class | SampleTestResultFactory |
| Factory object for running a sample test in which all the elements of a training database are classified with a given classifier. More... | |
| class | SearchPredictor |
| Predictor that may be used for searching objects. More... | |
| class | SearchPredictorFactory |
| Factory class for the generation of search predictors. More... | |
| class | SearchResult |
| Polimago search result. More... | |
| class | TestResultBase |
| Base class for all Polimago Test Results. More... | |
| class | TestResultFactory |
| Base class for test factory classes. More... | |
Functions | |
| int | get_granularity (str prepro_code) |
| The function returns the granularity associated with a preprocessing code. | |
Common Vision Blox Polimago module for Python.
Common Vision Blox-Tool Polimago
For further information regarding Qt/QML, see Image Display in Python Using Qt/QML.
| int get_granularity | ( | str | prepro_code | ) |
The function returns the granularity associated with a preprocessing code.
prepro_code : str Preprocessing code to determine the granularity for.
int Granularity value for the preprocessing code.