Namespace for the Polimago tool. More...
Namespaces | |
namespace | Testing |
This namespace contains classes and definitions that help testing a given training set versus either a test set or versus itself by means of a leave-out-test. | |
namespace | Training |
This namespace contains classes and definitions needed for generating classifiers from training data collections. | |
Classes | |
class | ClassificationPredictor |
Predictor to classify patterns with. More... | |
struct | ClassificationResult |
Polimago classification result container. 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... | |
Namespace for the Polimago tool.
This namespace contains the classes and definitions needed for using the Common Vision Blox Polimago tool.
enum ClassificationType |
Determine the classification type to be carried out.
enum InterpolationType |
enum InvarianceType |
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.