Stemmer.Cvb.Minos Namespace

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

  ClassDescription
Public classClassifier
Minos classifier object.
Public classClassifierModelInformationCollection
Collection of model informations.
Public classClassifierFactory
Learner object that creates a classifier from an image list.
Public classConsistencyCheckEventArgs
Event data for the ConsistencyCheckProgress events on various objects.
Public classCorrelation
Correlation functions that come with the Minos library.
Public classFilter
Filter functions that come with the Minos library.
Public classImageAddedEventArgs
Event data for the TrainingSet's ImageAdded event.
Public classImageRemovedEventArgs
Event data for the TrainingSet's ImageRemoved event.
Public classInstanceAddedEventArgs
Event data for the TrainingSet's InstanceAdded event.
Public classInstanceRemovedEventArgs
Event data for the TrainingSet's InstanceRemoved event.
Public classLearnParameters
The set of parameters that controls how a classifier is being learned from a training set.
Public classLearnProgressEventArgs
Arguments for the LearnProgress event.
Public classModelAddedEventArgs
Event data for the TrainingSet's ModelAdded event.
Public classModelRemovedEventArgs
Event data for the TrainingSet's ModelRemoved event.
Public classTrainingSet
A Minos Training Set from which a classifier can be generated.
Public classTrainingSetImageInfo
Image that has been added to a training set.
Public classTrainingSetImageInfoCollection
Class that maintains the collection of Training Images inside a Minos Training Set.
Public classTrainingSetImageInstanceInfoCollection
Instance information collection that is attached to a training set image.
Public classTrainingSetInstanceInfo
InstanceInformation that has been added to a training set.
Public classTrainingSetInstanceInfoCollection
Class that maintains the collection of Training Images inside a Minos Training Set.
Public classTrainingSetModelInfo
InstanceInformation that has been added to a training set.
Public classTrainingSetModelInfoCollection
ModelInformationCollection class that aggregates the collection of Models inside a Minos Training Set.
Public classTrainingSetModelInstanceInfoCollection
Instance information collection that is attached to a training set model.
Public classTrainingSetTrainingSetObject
Base class for all objects that can be inside a training set.
Public classTrainingSetTrainingSetObjectInfoCollectionTParent, TInfo
Additional inheritance level of the InformationCollection object from the Image Manager wrapper that specifies stronger constraints on the TInfo generic parameter
Structures

  StructureDescription
Public structureClassifierModelInformation
Information about a Minos classifier model.
Public structureSearchResult
Search Result as returned by Minos
Enumerations

  EnumerationDescription
Public enumerationFilterFilterOrder
Public enumerationFilterKernelSize
Available kernel sizes for the filter functions exported by the Minos library. Note that not all filters will work with all kernel sizes (see filter function description for a list) and some filters only work with a fixed kernel size in the Minos library. Note also that the Minos filters will only work on images with 8 bits per pixel input.
Public enumerationQualityFeedback
Feedback type for search functions
Public enumerationReadMode
Options for the read functions.
Public enumerationSearchMode
Different modes for the search calls that return a single result.