BaseLoaderCallback requires use of Activity (Feature #2284)
Description
Although many OpenCV application will have a foreground UI (i.e., an Android Activity) there are several use-cases where we want to use the camera in the background (i.e. a background Service). When loading OpenCV libraries using the BaseLoaderCallback this is not possible as the class requires an Activity in its constructor.
The BaseLoaderCallback should be refactored so that it only requires the applications Context class and launches any Activity it needs through that object.
Associated revisions
Issue #2284 BaseLoaderCallback requires use of Activity fixed.
Build fix after issue #2284 fix.
Merge pull request #2284 from KonstantinMatskevich:ocl_test_cascade
History
Updated by Alexander Smorkalov over 12 years ago
- Target version set to 2.4.3
- Assignee changed from Andrey Pavlenko to Alexander Smorkalov
Updated by Alexander Smorkalov over 12 years ago
- Status changed from Open to Done