Skip to content
Cícero Verneck Corrêa edited this page Apr 22, 2014 · 8 revisions

remotecv - Remote OpenCV

remotecv is a queued mechanism to run OpenCV computations and store them for later usage.

Currently, Thumbor (https://github.com/thumbor/thumbor/wiki) uses remotecv to outsource facial or feature detection, but nothing stops you from integrating it into your product.

remotecv supports both PyRes and Celery for queueing back-end.

In order to unleash the full power of remotecv, OpenCV should be installed with ThreadingBuildingBlocks (TBB) support. More in the Requirements page.

Clone this wiki locally