Package org.opencv

Class OpenCVNatives

java.lang.Object
org.opencv.OpenCVNatives

public class OpenCVNatives extends Object
This class provide embedded OpenCV wrappers for Windows, Linux on x32, x64 and ARM architectures.

By default, this class detect the current system and load the appropriated native library. It is also possible to indicates a specific OpenCV native library by setting the org.opencv.natives system property to point a specific file.
Version:
4.4.0
Author:
Julien Seinturier, JOrigin, http://www.github.com/jorigin
  • Field Details

    • OPENCV_NATIVES_PROPERTY_NAME

      public static final String OPENCV_NATIVES_PROPERTY_NAME
      The name of the property that enables to specify external OpenCV native library.
      See Also:
      Constant Field Values
  • Constructor Details

    • OpenCVNatives

      public OpenCVNatives()
  • Method Details

    • isAvailable

      public static boolean isAvailable()
      Check if the openCV native library is available and accessible from Java.
      Returns:
      true if OpenCV native bindings is available for this system and false otherwise