Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.corelibs.OpenCvLoader Class Reference

Static Public Member Functions

static boolean isOpenCvLoaded () throws UnsatisfiedLinkError
 
static boolean openCvIsLoaded ()
 

Private Member Functions

 OpenCvLoader ()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(OpenCvLoader.class.getName())
 
static boolean openCvLoaded
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corelibs.OpenCvLoader.OpenCvLoader ( )
private

Private constructor to prevent instantiation of this utility class.

Definition at line 69 of file OpenCvLoader.java.

Member Function Documentation

static boolean org.sleuthkit.autopsy.corelibs.OpenCvLoader.isOpenCvLoaded ( ) throws UnsatisfiedLinkError
static

Indicates whether or not the core OpenCV library has been loaded.

Returns
True or false.
Exceptions
UnsatisfiedLinkErrorif this error was thrown during the loading of the core OpenCV library during static initialization of this class.
Deprecated:
Use openCvIsLoaded instead.

Definition at line 84 of file OpenCvLoader.java.

References org.sleuthkit.autopsy.corelibs.OpenCvLoader.openCvLoaded.

static boolean org.sleuthkit.autopsy.corelibs.OpenCvLoader.openCvIsLoaded ( )
static

Indicates whether or not the core OpenCV library has been loaded.

Returns
True or false.

Definition at line 62 of file OpenCvLoader.java.

References org.sleuthkit.autopsy.corelibs.OpenCvLoader.openCvLoaded.

Member Data Documentation

final Logger org.sleuthkit.autopsy.corelibs.OpenCvLoader.logger = Logger.getLogger(OpenCvLoader.class.getName())
staticprivate

Definition at line 32 of file OpenCvLoader.java.

boolean org.sleuthkit.autopsy.corelibs.OpenCvLoader.openCvLoaded
staticprivate

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.