The ImageList class extends the Python array to represent a list of Image objects. All images used to analyze the current frame are included in the list. There are two images from a single device. The image from the left stereo camera has the id of zero; the image from the right has the id of one.
Get a ImageList object by calling Frame.images().
New in version 2.1.0.
Constructs an empty list of images.
New in version 2.1.0.
Type: | boolean |
---|
Reports whether the list is empty.
New in version 2.1.0.