How opencv is included in sikuli in case of Windows OS

Asked by swethaa

Hi..Please can someone suggest how OpenCV was included in sikuli project in case of windows development environment using an IDE? i mean any steps to be followed after downloading opencv?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

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.

Can you help with this problem?

Provide an answer of your own, or ask swethaa for more information if necessary.

To post a message you must log in.