BaseLoaderCallback requires use of Activity (Feature #2284)


Added by Erik Hellman over 12 years ago. Updated over 12 years ago.


Status:Done Start date:2012-08-20
Priority:Normal Due date:
Assignee:Alexander Smorkalov % Done:

0%

Category:android
Target version:2.4.3
Difficulty: Pull request:

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

Revision 306ed980
Added by Alexander Smorkalov over 12 years ago

Issue #2284 BaseLoaderCallback requires use of Activity fixed.

Revision a91de25f
Added by Alexander Smorkalov over 12 years ago

Build fix after issue #2284 fix.

Revision 02bf4984
Added by Andrey Pavlenko about 11 years ago

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

Also available in: Atom PDF