adding more version-related variables

This commit is contained in:
Andrey Pavlenko
2013-02-28 16:56:53 +04:00
parent 29b763dc60
commit c24d7cc066
4 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ object Main extends App {
// We must load the native library before using any OpenCV functions.
// You must load this library _exactly once_ per Java invocation.
// If you load it more than once, you will get a java.lang.UnsatisfiedLinkError.
System.loadLibrary("opencv_java" + Core.VERSION_SUFFIX)
System.loadLibrary(Core.NATIVE_LIBRARY_NAME)
ScalaCorrespondenceMatchingDemo.run()
ScalaDetectFaceDemo.run()