1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

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
@@ -47,6 +47,6 @@ public class DetectionBasedTracker
static
{
System.loadLibrary("detection_based_tacker");
System.loadLibrary("detection_based_tracker");
}
}