Created
November 6, 2020 10:13
-
-
Save romainGuiet/b266251d90679de3bc6fdda3cc61d5f9 to your computer and use it in GitHub Desktop.
a minimal example of ilastik called from fiji. https://go.epfl.ch/ilastik-tuto-2020 #BIOP #fiji #macro #ilastik
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@ File projectFile | |
imageName = getTitle(); | |
run("Run Pixel Classification Prediction", "projectfilename="+projectFile+ | |
" inputimage=["+imageName+"]"+ | |
" pixelclassificationtype=Probabilities"); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment