Go to the documentation of this file.
19package org.sleuthkit.autopsy.corelibs;
21import java.util.logging.Level;
22import java.util.logging.Logger;
23import org.opencv.core.Core;
34 private static UnsatisfiedLinkError
exception =
null;
39 System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
41 }
catch (UnsatisfiedLinkError ex) {
42 logger.log(Level.WARNING,
"Failed to load core OpenCV library", ex);
47 }
catch (Exception ex) {
52 logger.log(Level.WARNING,
"Failed to load core OpenCV library", ex);
89 throw new UnsatisfiedLinkError(
"OpenCV native library failed to load");
static UnsatisfiedLinkError exception
static boolean isOpenCvLoaded()
static boolean openCvLoaded
static boolean openCvIsLoaded()
static final Logger logger
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.