Classes | |
class | ClassificationPredictor |
Predictor to classify patterns with. More... | |
struct | ClassificationResult |
Polimago classification result container. More... | |
class | NamespaceDoc |
The namespace and assembly Stemmer.Cvb.Polimago contains the classes and definitions needed for using the Common Vision Blox Polimago tool. More... | |
class | PolimagoExtensions |
Extension methods for the Stemmer.Cvb.Polimago library. More... | |
class | PolimagoFactoryCreatedObject |
Base class for Polimago objects created by one of the factory classes. More... | |
class | PolimagoRefCountedObject |
Base class for Polimago's reference counted objects. More... | |
class | PredictorBase |
Base class for Polimago predictors. More... | |
class | PredictorBaseEx |
Base class for all Polimago predictors. More... | |
class | RegressionPredictor |
Polimago Regression predictor. More... | |
class | SearchPredictor |
Predictor that may be used for searching objects. More... | |
struct | SearchResult |
Search results as provided by a Search Classifier. More... | |
Enumerations | |
enum | ClassificationType { None , OneVersusAll , OneVersusOne } |
Determine the classification type to be carried out. More... | |
enum | InterpolationType { None = 0 , Linear = 1 } |
Interpolation to be used when extracting image data for classifier generation. More... | |
enum | InvarianceType { None = 0 , Translation = 1 , RotationScaleTranslation = 2 , AffineGroup = 3 } |
Invariance types that can be defined for training. More... | |
enum ClassificationType |
Determine the classification type to be carried out.
enum InterpolationType |
enum InvarianceType |