Typo fix. Name of native library was inconsists with java loadLibrary
authorAlexander Smorkalov <no@email>
Mon, 2 Jul 2012 13:39:55 +0000 (13:39 +0000)
committerAlexander Smorkalov <no@email>
Mon, 2 Jul 2012 13:39:55 +0000 (13:39 +0000)
samples/android/face-detection/src/org/opencv/samples/fd/DetectionBasedTracker.java

index 04350ca..98f7d20 100644 (file)
@@ -47,6 +47,6 @@ public class DetectionBasedTracker
        
        static
        {
-               System.loadLibrary("detection_based_tacker");
+               System.loadLibrary("detection_based_tracker");
        }
 }