class Iterator: def __init__(self, im)
This class implements an iterator object that can be used to loop over an image sequence.
Iterator()
This class implements an iterator object that can be used to loop over an image sequence.
Iterator(im)
Create an iterator.
im
-- An image object.