CVB.Net 14.0
Stemmer.Cvb.SampleDatabase Namespace Reference

Classes

class  Fringes
 Object describing the fringes that are available around images in a sample image list. More...
 
class  NamespaceDoc
 The namespace and assembly Stemmer.Cvb.SampleDatabase contains the classes and definitions needed for using the SIL.dll More...
 
class  SampleClassificationImageList
 Classifier type that operates on images. More...
 
class  SampleDatabaseExtensions
 Extension methods for use with generic collections More...
 
class  SampleImageList
 Classifier type that operates on images. More...
 
class  SampleList
 Base class for sample lists. Sample lists can serve two different purposes: Classification or Regression. For each case, a separate derived class has been implemented (SampleClassificationImageList and SampleRegressionImageList), while this class contains those elements that are common to both types of classifier. More...
 
class  SampleListDataType
 Base class for image list data type descriptors. More...
 
class  SampleListImageDataType
 Descriptor for image data to be digested by an image list. More...
 
class  SampleRegressionImageList
 Classifier type that operates on images. More...
 

Enumerations

enum  SampleExtractionMode { TopLeftCorner , OriginPosition }
 Possible approaches to the sample extraction in the "Add" methods of derived classes. More...
 

Enumeration Type Documentation

◆ SampleExtractionMode

Possible approaches to the sample extraction in the "Add" methods of derived classes.

Enumerator
TopLeftCorner 

Position parameter is assumed to refer to the top left corner of the feature window.

OriginPosition 

Position parameter is assumed to refer to the origin of the feature window.