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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

