This is an automated email from the git hooks/post-receive script. pini pushed a commit to tag upstream/1.1.0_beta1 in repository sikuli.
commit 956a77aae04b8a5c0d9ee8d0f3086023b81cc792 Author: Raimund Hocke <[email protected]> Date: Thu Dec 26 12:33:24 2013 +0100 Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cf8e201..78bac94 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,14 @@ As a special feature it comprises the `sikuli-setup.jar`, which is run after dow **Module OpenCV** +Sikuli's image search is based on respective features of [OpenCV](). Starting with version 2.4.6 OpenCV provides a self-contained JNI interface to the OpenCV native libraries, allowing to use OpenCV features directly in Java (and hence making C++ programming obsolete for this). + +This module contains the specially configured Java/JNI OpenCV package for the OpenCV features currently needed by Sikuli (core, imgproc, highgui, feature2d). The corresponding native library package is contained in the module Libs. + +With the final availability of version 1.1.0 the implementation of the OpenCV usage will be moved completely to the Java level. + +For Windows and Mac the native packages will again be pre-built and ready-to-use. For Linux there will be advices and scripts available to get the needed features. + **Module Natives** <hr/> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

