SampleListImageDataType Class

CVB.Net Documentation
Descriptor for image data to be digested by an image list.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.SampleDatabaseSampleListDataType
    Stemmer.Cvb.SampleDatabaseSampleListImageDataType

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

public sealed class SampleListImageDataType : SampleListDataType

The SampleListImageDataType type exposes the following members.

Constructors

  NameDescription
Public methodSampleListImageDataType(Size2D, Int32, DataType, Point2D)
Construct an image list data type descriptor for image lists that digest images.
Public methodSampleListImageDataType(Size2D, Int32, DataType, Point2D, Size2D, Point2D)
Construct an image list data type descriptor for image lists that digest images.
Top
Properties

  NameDescription
Public propertyFeatureWindowLocation
Location of the feature window (position of left top corner inside the image).
Public propertyFeatureWindowOrigin
Location of the feature window origin in pixel coordinates measured from the left top corner of the feature window.
Public propertyFeatureWindowSize
Size of the feature window.
Public propertyImageDataType
Data type of the images to be added to the image list.
Public propertyImageDimension
Dimension of the images to be added to the image list.
Public propertyImageSize
Size of the images to be added to the image list.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference