sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55865
Re: [Question #677361]: How do i import python modules into sikuliX script ?
Question #677361 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677361
RaiMan proposed the following answer:
@Jerome
Not so easy :-(
- SikuliX 2.0.4 internally uses OpenCV 3.4.2
- the Java docs are principally available at: https://docs.opencv.org/3.4/javadoc/index.html
... but the seem to be always at the latest level (currently 3.4.11+)
SimpleBlobDetector is not available in 3.4.2 - seems to be added later.
So a way to solve your problem is to look into the mentioned java docs
and then try-and-error with the imports and usages.
Why do you want to use OpenCV from SikuliX?
Why don't you work directly with the (C-)Python OpenCV support?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.