Package edu.wpi.first.cscore
Class OpenCvLoader
java.lang.Object
edu.wpi.first.cscore.OpenCvLoader
OpenCV Native Loader.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Sets whether JNI should be loaded in the static block. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Force load the library.static int
Forces a static load.
-
Method Details
-
forceStaticLoad
Forces a static load.- Returns:
- a garbage value
-
forceLoad
Force load the library.- Throws:
IOException
- if library load failed
-