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

This commit is contained in:
Alexander Smorkalov 2012-07-02 13:39:55 +00:00
parent a66cd5698a
commit 721c24bc1f

View File

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