Skip to content

Instantly share code, notes, and snippets.

@romainGuiet
Created November 6, 2020 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romainGuiet/b266251d90679de3bc6fdda3cc61d5f9 to your computer and use it in GitHub Desktop.
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
#@ 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