Package org.opencv
Class OpenCVNatives
java.lang.Object
org.opencv.OpenCVNatives
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
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 Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe name of the property that enables to specify external OpenCV native library. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCheck if the openCV native library is available and accessible from Java.
-
Field Details
-
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:
trueif OpenCV native bindings is available for this system andfalseotherwise
-