Guest User

Untitled

a guest
May 25th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. static {
  2. System.loadLibrary("native-lib");
  3. }
  4. static {
  5. if(!OpenCVLoader.initDebug()){
  6. Log.d(TAG, "OpenCV not loaded");
  7. } else {
  8. Log.d(TAG, "OpenCV loaded");
  9. }
  10. }
Add Comment
Please, Sign In to add comment