Use OpenCV on Android without Manager
I am developing face-detection application using OpenCV-2.4.2 in android.
while i'm trying to run face-detection it says, "OpenCV Manager is not installed, please try to install it." after install it from the market it is working fine.
But I don't want to install another .apk for using face-detection application.
-> How to use openCV without asking for another application (i.e.) OpenCV_2.4.2_Manager should be pre installed.?
Can anyone help me?