CVB.Net 14.0
SampleListImageDataType Class Reference

Descriptor for image data to be digested by an image list. More...

Inherits SampleListDataType.

Public Member Functions

 SampleListImageDataType (Size2D imageSize, int imageDimension, DataType imageDataType, Point2D featureWindowLoc, Size2D featureWindowSize, Point2D featureWindowOrigin)
 Construct an image list data type descriptor for image lists that digest images. More...
 
 SampleListImageDataType (Size2D imageSize, int imageDimension, DataType imageDataType, Point2D featureWindowOrigin)
 Construct an image list data type descriptor for image lists that digest images. More...
 

Properties

Size2D ImageSize [get]
 Size of the images to be added to the image list.
 
int ImageDimension [get]
 Dimension of the images to be added to the image list.
 
DataType ImageDataType [get]
 Data type of the images to be added to the image list.
 
Size2D FeatureWindowSize [get]
 Size of the feature window.
 
Point2D FeatureWindowLocation [get]
 Location of the feature window (position of left top corner inside the image).
 
Point2D FeatureWindowOrigin [get]
 Location of the feature window origin in pixel coordinates measured from the left top corner of the feature window.
 

Detailed Description

Descriptor for image data to be digested by an image list.

Constructor & Destructor Documentation

◆ SampleListImageDataType() [1/2]

SampleListImageDataType ( Size2D  imageSize,
int  imageDimension,
DataType  imageDataType,
Point2D  featureWindowLoc,
Size2D  featureWindowSize,
Point2D  featureWindowOrigin 
)

Construct an image list data type descriptor for image lists that digest images.

Parameters
imageSizeSize of the images to be processed inside an image list.
imageDimensionDimension of the images to be processed inside an image list.
imageDataTypeData type of the images to be processed inside an image list.
featureWindowLocPosition (left, top) of the feature window inside the image.
featureWindowSizeSize of the feature window.
featureWindowOriginOrigin of the feature window.
Exceptions
ArgumentExceptionIf the image size, feature window and feature window position are not compatible (feature window must be fully contained inside the image, feature window origin must lie inside the feature window).

◆ SampleListImageDataType() [2/2]

SampleListImageDataType ( Size2D  imageSize,
int  imageDimension,
DataType  imageDataType,
Point2D  featureWindowOrigin 
)

Construct an image list data type descriptor for image lists that digest images.

Parameters
imageSizeSize of the images to be processed inside an image list.
imageDimensionDimension of the images to be processed inside an image list.
imageDataTypeData type of the images to be processed inside an image list.
featureWindowOriginOrigin of the feature window.
Exceptions
ArgumentExceptionIf the image size, feature window and feature window position are not compatible (feature window must be fully contained inside the image, feature window origin must lie inside the feature window).