friday-0.2.2.0: A functional image processing library for Haskell.

Safe HaskellNone
LanguageHaskell2010

Vision.Image.Parallel

Synopsis

Documentation

computeP :: (Monad m, Image i, Storable (ImagePixel i)) => i -> m (Manifest (ImagePixel i)) Source

Parallel version of compute.

Computes the value of an image into a manifest representation in parallel.

The monad ensures that the image is fully evaluated before continuing.