sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02160
Re: [Question #152063]: How opencv is included in sikuli in case of Windows OS
Question #152063 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/152063
Status: Open => Answered
RaiMan proposed the following answer:
You should find answers when looking into Sikuli's source code and build
steps.
They have high-level features programmed in Java, that access a C++
layer via JNI (the VisionProxy), that in turn accesses the native OpenCV
API.
What IDE they use for developement I do not know, but if you leave out
the Python top layer, it is a Java command line project, that accesses
C++ libraries. And they now use Swig to generate the native interface
wrappers.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.