Hello,
I’m currently working on a thresholding tool to label a dcm file with the given thresholding range and bounding box.
I’m using a vtkVolume
in combination with a pieceWiseFunction to visualise what will be thresholded on the dcm.
The issue i’m facing is that the void/air around a circular dcm is also labeled on the label map whereas this is not visual in the Volume.
Can the piecewise function in somehow detect what is inside the dcm or what is really in the dcm?
Beneath you can see an example of what I mean.