I've been using ITK recently and I'm not really skillful on it, so I apologize if my question seems childish ! here is the question: I've built a couple of ITK Examples on my machine (Win 7 x64) successfully and then tried to run an example to test the result, as I was interested to watershed segmentation I tried it (WS3D), but except the input and output image files which has to be defined, then it needs an additional parameter to be defined called : LabelImageFile, exactly like this :
WS3D InputImageFile LabelImageFile OutputImageFile
And unfortunately I have no idea what is LabelImageFile, how can I obtain a Label Image for a specific image ?I'd be so much grateful if anyone can help me, many thanks in advance, Shawn