mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Typo fix. Name of native library was inconsists with java loadLibrary
This commit is contained in:
@@ -47,6 +47,6 @@ public class DetectionBasedTracker
|
||||
|
||||
static
|
||||
{
|
||||
System.loadLibrary("detection_based_tacker");
|
||||
System.loadLibrary("detection_based_tracker");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user