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

org.sikuli.libslux.Sikulix Maven / Gradle / Ivy

/*
 * Copyright 2010-2014, Sikuli.org, sikulix.com
 * Released under the MIT License.
 *
 * modified RaiMan
 */
package org.sikuli.libslux;

/**
 * This package contains prebuilt native (C++) module libVisionProxy.so
 * 
needed to access the OpenCV and Tesseract packages. *
the sources can be found in the package sikulixlibvision *
For Windows and Mac, the libs are ready to use (exported at runtime) *
For Linux some prerequisites are needed - look into the docs */ public class Sikulix { private Sikulix(){} /** * Just show, what this package is for. * @param args whatever */ public static void main(String[] args) { System.out.println("sikulixlibslux - org.sikuli.libslux.Sikulix: nothing to do here. more info in javadocs."); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy