Package org.opencv.osgi
Class OpenCVNativeLoader
java.lang.Object
org.opencv.osgi.OpenCVNativeLoader
- All Implemented Interfaces:
OpenCVInterface
public class OpenCVNativeLoader extends Object implements OpenCVInterface
This class is intended to provide a convenient way to load OpenCV's native
library from the Java bundle. If Blueprint is enabled in the OSGi container
this class will be instantiated automatically and the init() method called
loading the native library.
-
Constructor Summary
Constructors Constructor Description OpenCVNativeLoader()
-
Method Summary
Modifier and Type Method Description void
init()
-
Constructor Details
-
OpenCVNativeLoader
public OpenCVNativeLoader()
-
-
Method Details