Stemmer.Cvb.Manto Namespace

CVB.Net Documentation
The namespace and assembly Stemmer.Cvb.Manto contains the classes and definitions needed for using the Common Vision Blox Manto tool.
Classes

  ClassDescription
Public classClassifier
Manto classifier object.
Public classClassifierClassInformationCollection
Collection for classifier-based class information. Classifier-based class information is a bit more scarce because it lacks the sample list.
Public classClassifierFactory
Learner object that creates a classifier from an image list.
Public classClassifierFactoryLearnProgressEventArgs
Arguments for the LearnProgress event.
Public classSampleImageList
Class that wraps a Manto SIL
Public classSampleImageListClassInformationCollection
ClassInformationCollection helper class for MantoSampleImageList
Public classSampleImageListSampleInformationCollection
Collection of samples inside a class of an SampleImageList.
Structures

  StructureDescription
Public structureClassifierClassInformation
Information about one of the classes in a Classifier.
Public structureSampleImageListClassInformation
Base class for providing SIL class informations
Public structureSearchResult
Results provided by Manto classifier searches.
Enumerations

  EnumerationDescription
Public enumerationDecisionBoundary
Type of decision boundary to be used during classifier generation.
Public enumerationInstanceGeneration
Approach to be taken if additional instances are to be generated during the learning phase of Manto.
Public enumerationLearnStage
The states the learner can be in during a learn operation (used in the LearnProgress event).
Public enumerationSymmetries
Symmetry transformation to be applied temporarily to an SampleImageList during the learning phase.
Remarks

Please note that the native implementation of the Manto tool is only available as a 32 bit binary, and that it is therefore impossible to create a 64 bit binary (or run an AnyCPU binary on a 64 bit machine) with the classes in Stemmer.Cvb.Manto.