Sequence#
- class prose.Sequence#
A sequence of
Blockobjects to sequentially process images- Parameters:
blocks (list) – list of
Blockobjectsname (str, optional) – name of the sequence, by default None
Methods
__init__(blocks[, name])A sequence of
Blockobjects to sequentially process imagesReturn the citations of the sequence
from_args(args)run(images[, terminate, show_progress, loader])Run the sequence
Run the
Block.terminatemethod of all blocksAttributes
argsblockslist of
Blockobjectsparams_strprocessing_timeTotal processing time of the sequence last run