Package org.metashape

Class MetashapeNatives

java.lang.Object
org.metashape.MetashapeNatives

public class MetashapeNatives
extends Object
This class enable to check the availability of Metashape natives wraps. Before any use of metashape wrapper, a call to 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 Details

    • MetashapeNatives

      public MetashapeNatives()
  • Method Details

    • isAvailable

      public static boolean isAvailable()
      Check if the openCV native library is available and accessible from Java.