All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.opencv.runtime.OpenCVRecorder Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package io.quarkiverse.opencv.runtime;

import io.quarkus.runtime.annotations.Recorder;
import nu.pattern.OpenCV;

@Recorder
public class OpenCVRecorder {

    public void loadOpenCVLibrary() {
        OpenCV.loadLocally();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy