Package org.metashape
Class MetashapeNatives
java.lang.Object
org.metashape.MetashapeNatives
This class enable to check the availability of Metashape(c) natives wraps.
Before any use of Metashape(c) wrapper, a call to
Libraries are unpacked to the directory pointed by
MetashapeNatives.isAvailable() has to be performed
in order to unpack and load the required libraries.Libraries are unpacked to the directory pointed by
System.getProperty("java.io.tmpdir").- Author:
- Julien Seinturier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCheck if the openCV native library is available and accessible from Java.
-
Constructor Details
-
MetashapeNatives
public MetashapeNatives()
-
-
Method Details
-
isAvailable
public static boolean isAvailable()Check if the openCV native library is available and accessible from Java.
-