Parallel processing =================== :py:class:`~morphocut.parallel.ParallelPipeline` distributes the work between multiple processes. This can speed up processing massively in CPU-bound applications. .. autoclass:: morphocut.parallel.ParallelPipeline :no-members: