CVBpy 14.0
SampleListImageDataType Class Reference

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

Inherits object.

Properties

 feature_window_location = property
 cvb.Point2D: Location of the feature window (position of left top corner inside the image).
 
 feature_window_origin = property
 cvb.Point2D: Location of the feature window origin in pixel coordinates measured from the left top corner of the feature window.
 
 feature_window_size = property
 cvb.Size2D: Size of the feature window.
 
 image_data_type = property
 cvb.DataType: Data type of the images to be added to the image list.
 
 image_dimension = property
 int: Dimension of the images to be added to the image list.
 
 image_size = property
 cvb.Size2D: Size of the images to be added to the image list.
 

Detailed Description

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

Instantiates a SampleListImageDataType object.

Parameters

image_size : cvb.Size2D Size of the images to be processed inside an image list.

image_dimension : int Dimension of the images to be processed inside an image list.

image_data_type : cvb.DataType Data type of the images to be processed inside an image list.

feature_window_origin : cvb.Point2D Origin of the feature window.

feature_window_loc : Optional[cvb.Point2D] Position (left, top) of the feature window inside the image.

feature_window_size : Optional[cvb.Size2D] Size of the feature window.