(#1636) Java API: adding undistortPoints() support and smoke test; minor improvements in Java stuff

This commit is contained in:
Andrey Pavlenko
2012-03-14 07:37:48 +00:00
parent b232ffcde7
commit 36890cc959
6 changed files with 54 additions and 13 deletions

View File

@@ -643,4 +643,9 @@ public class Converters {
}
}
static {
System.loadLibrary("opencv_java");
}
}