Class OpenCVNativeLoader

  • All Implemented Interfaces:
    OpenCVInterface

    public class OpenCVNativeLoader
    extends java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenCVNativeLoader

        public OpenCVNativeLoader()
    • Method Detail

      • init

        public void init()