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