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. More... | |
Collection of image samples.
| cvb.Image read_data | ( | self, | |
| int | index | ||
| ) |
Access one of the sample images.
index : int Index to be accessed.
cvb.Image Sample data.
| cvb.Image remove_at | ( | self, | |
| int | index | ||
| ) |
Remove a sample.
index : int Index of the sample to be removed.
cvb.Image The removed data object.
|
static |
int: Get the number of samples for this collection.