Code Monkey home page Code Monkey logo

sikulix-visionproxy's Introduction

SikuliX-VisionProxy 1.0.1

Sources for the native dynamic library VisionProxy.(dll/dylib/so)

For Linux only: (or other Unix based systems, that fullfill the prereqs)
You might try to build VisionProxy.so on your system using the sources in this package.

--- the prerequisites

  • you need a valid g++ installation
  • you need a valid Java JDK installation
  • OpenCV must be installed (preferably version 2.4 with png and jpeg support, but at least 2.2)
  • Tesseract must be installed (must be version 3.0+ incl. Leptonica)

makeVisionProxy
The contained sample build script should work on Ubuntu 12+ systems.
On other systems you might have to adapt it.

  • on some Linux installations additional dev packages might be needed to satisfy the includes during compile
  • if you get any include problems in compile steps, you might have to add/modify -I.... entries on the includeFolder= line
  • the command script expects the libraries in /usr/lib (change the variable libFolderO/libFolderT accordingly if you have other situations)

The script makeVisionProxy-RHEL5x for example was successfully used on a RHEL 5.x 64-Bit.

Comment on SWIG
The file vision.swig is only contained for documentation: it is not needed for the build. The SWIG run was done before, to generate the Java classes in org.sikuli.basics.proxies and the C++ file visionJAVA_wrap.cxx (which is needed for the build). They provide the interface between Java and the native features.
There is nothing to do with these 2 files. And especially visionJAVA_wrap.cxx must not be changed.

sikulix-visionproxy's People

Contributors

raiman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.