Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static boolean | hasOpenCvLoaded () |
static boolean | isOpenCvLoaded () throws UnsatisfiedLinkError |
Private Member Functions | |
OpenCvLoader () | |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(OpenCvLoader.class.getName()) |
static boolean | openCvLoaded |
A utility class that loads the core OpenCV library and allows clients to verify that the library was loaded.
Definition at line 29 of file OpenCvLoader.java.
|
private |
Private constructor to prevent instantiation of this utility class.
Definition at line 69 of file OpenCvLoader.java.
|
static |
Indicates whether or not the core OpenCV library has been loaded.
Definition at line 62 of file OpenCvLoader.java.
References org.sleuthkit.autopsy.corelibs.OpenCvLoader.openCvLoaded.
|
static |
Indicates whether or not the core OpenCV library has been loaded.
UnsatisfiedLinkError | if this error was thrown during the loading of the core OpenCV library during static initialization of this class. |
Definition at line 84 of file OpenCvLoader.java.
References org.sleuthkit.autopsy.corelibs.OpenCvLoader.openCvLoaded.
|
staticprivate |
Definition at line 32 of file OpenCvLoader.java.
|
staticprivate |
Definition at line 33 of file OpenCvLoader.java.
Referenced by org.sleuthkit.autopsy.corelibs.OpenCvLoader.hasOpenCvLoaded(), and org.sleuthkit.autopsy.corelibs.OpenCvLoader.isOpenCvLoaded().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.