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. | |
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.