SampleExtractionMode Enumeration

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

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public enum SampleExtractionMode
Members

  Member nameValueDescription
TopLeftCorner0 Position parameter is assumed to refer to the top left corner of the feature window.
OriginPosition1 Position parameter is assumed to refer to the origin of the feature window.
See Also

Reference