-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Cícero Verneck Corrêa edited this page Apr 22, 2014
·
8 revisions
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.