itksnap
itksnap copied to clipboard
load images from cli
Hello. I am trying to load images by CLI with ITKSNAP. I use the command line such as ITK SNAP -g image1 -s segment -o image2 -o image3 only the first and second images are shown. I am using windows to call it. could you please help?> Thanks you
Hi Yazdan,
Try using a single -o followed by an arbitrary number of filenames.
In your case
ITKSNAP -g image1 -s segment -o image2 image3
BW