hello.
I’m new to Slicer. I want to use this filter: ApproximateSignedDistanceMapImageFilter. to calculate the distance of each point to the boundary after doing segmentation.
How can I get the distance map as a text file to recall it again for other purposes?
You can save the result as an regular volume file that you can reload (in binary not in ascii text, but you could convert it outside slicer if you want text).
I have read about the Segment Comparison. it compare between 2 models or segments. but I want to find the max distance for each voxel on tumor to the edge (boundary) of the tumor.