To statically link OpenCV at build time. To do this you will need to follow the following steps:
Download the OpenCV SDK
Unzip and then copy all folders from OpenCV SDK Dir/sdk/native/libs to this project/opencv/src/main/jniLibs (You may need to create the jniLibs folder).
Rebuild
i have followed these steps to initiate the OpenCV but in the Canny method i'm getting the error
To statically link OpenCV at build time. To do this you will need to follow the following steps:
Download the OpenCV SDK
Unzip and then copy all folders from OpenCV SDK Dir/sdk/native/libs to this project/opencv/src/main/jniLibs (You may need to create the jniLibs folder).
Rebuild
i have followed these steps to initiate the OpenCV but in the Canny method i'm getting the error