Rakali is a imaging library and tool-set. It makes use of many other imaging libraries and frameworks and is also intended to be used as a pedagogical resource for those.
[1](By Ravenari)
from rakali import Image
Image.from_file('rakali.jpg').show()
Rakali is basically a OpenCV shim. Because many people use their own builds of OpenCV to enable CUDA or the like, installing Rakali may interfere with exiting custom OpenCV builds so be sure to verify OpenCV versions after installing Rakali.
Clone or download this repo and in your virtualenv do:
$ pip install .