mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Updated docs.
This commit is contained in:
parent
ead0d75f5b
commit
d05a440065
@ -41,6 +41,9 @@ public final class OpenCvLoader {
|
||||
* Return whether or not the OpenCV library has been loaded.
|
||||
*
|
||||
* @return - true if the opencv library is loaded or false if it is not
|
||||
* @throws UnsatisfiedLinkError - A COPY of the exception that prevented OpenCV from loading.
|
||||
* Note that the stack trace in the exception can be confusing because it refers to a
|
||||
* past invocation.
|
||||
*/
|
||||
public static boolean isOpenCvLoaded() throws UnsatisfiedLinkError {
|
||||
if (!OPEN_CV_LOADED) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user