CVBpy 14.0
ImageCollection Class Reference

Collection of image samples. More...

Inherits object.

Public Member Functions

cvb.Image read_data (self, int index)
 Access one of the sample images. More...
 
cvb.Image remove_at (self, int index)
 Remove a sample. More...
 

Properties

 count = property
 int: Get the number of samples for this collection.
 

Detailed Description

Collection of image samples.

Member Function Documentation

◆ read_data()

cvb.Image read_data (   self,
int  index 
)

Access one of the sample images.

Parameters

index : int Index to be accessed.

Returns

cvb.Image Sample data.

◆ remove_at()

cvb.Image remove_at (   self,
int  index 
)

Remove a sample.

Parameters

index : int Index of the sample to be removed.

Returns

cvb.Image The removed data object.