Typo fix. Name of native library was inconsists with java loadLibrary

pull/13383/head
Alexander Smorkalov 13 years ago
parent a66cd5698a
commit 721c24bc1f
  1. 2
      samples/android/face-detection/src/org/opencv/samples/fd/DetectionBasedTracker.java

@ -47,6 +47,6 @@ public class DetectionBasedTracker
static
{
System.loadLibrary("detection_based_tacker");
System.loadLibrary("detection_based_tracker");
}
}

Loading…
Cancel
Save