CVBpy 15.0
ImageCollection Class Reference

Collection of image samples. More...

Public Member Functions

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

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.