sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28103
Re: [Question #254181]: Sikuli IDE with Fiji(ImageJ)
Question #254181 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254181
Status: Open => Answered
RaiMan proposed the following answer:
as far as a quick look into the tutorials of ImageJ2 tells me:
- have the relevant ImageJ jar on class path at runtime
# in the script:
import net.imagej.ImageJ as ImageJ;
#....
ij = ImageJ();
now ij gives you access to all features available in package
net.imagej.ImageJ
For specific features it might be necessary to add additional imports
and instantiate additional objects.
start here:
https://github.com/imagej/imagej-tutorials/blob/master/intro-to-imagej-api/src/main/java/IntroToImageJAPI.java
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.