← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #677361]: How do i import python modules into sikuliX script ?

 

Question #677361 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677361

jerome posted a new comment:
Thank you... this is potentially a stupid question but I am weak on Java

I need to import

https://docs.opencv.org/3.4/javadoc/org/opencv/features2d/SimpleBlobDetector.html

but

import org.sikuli.script.support.RunTime as RT
RT.loadLibrary(RT.libOpenCV);
import org.opencv.imgcodecs.Imgcodecs as IC;
import org.opencv.features2d.SimpleBlobDetector as Detector

Results in no module named "SimpleBlobDetector"

Do i not understand how to determine import namespace for that module?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.