Descriptor for image data to be digested by an image list.
More...
Inherits SampleListDataType.
|
|
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.
|
| |
Descriptor for image data to be digested by an image list.
◆ SampleListImageDataType() [1/2]
Construct an image list data type descriptor for image lists that digest images.
- Parameters
-
| imageSize | Size of the images to be processed inside an image list. |
| imageDimension | Dimension of the images to be processed inside an image list. |
| imageDataType | Data type of the images to be processed inside an image list. |
| featureWindowLoc | Position (left, top) of the feature window inside the image. |
| featureWindowSize | Size of the feature window. |
| featureWindowOrigin | Origin of the feature window. |
- Exceptions
-
| ArgumentException | If 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]
Construct an image list data type descriptor for image lists that digest images.
- Parameters
-
| imageSize | Size of the images to be processed inside an image list. |
| imageDimension | Dimension of the images to be processed inside an image list. |
| imageDataType | Data type of the images to be processed inside an image list. |
| featureWindowOrigin | Origin of the feature window. |
- Exceptions
-
| ArgumentException | If 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). |