<div dir="ltr">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I am trying to do a project where I will do 3D segmentation and visualization with ITK and</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"> VTK.</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><span style="font-size:12.8px">I have come up with 2 approaches -</span><div><span style="font-size:12.8px">a) Read a Folder full of DICOM files, do segmentation on each of them and then visualize them with volume rendering. But I can't seem to figure out how to iterate over each individual DICOM file to load them in some image-reader. But I have a filling that this process is not a good one since I want to segment a particular portion of a 3D model and it'll be complicated to select the particular threshold region as different files may deal with it differently.</span></div><div><span style="font-size:12.8px">b) Create a 3D volume model and then do segmentation on it. But I have no idea how to do segmentation on it.</span></div><div><span style="font-size:12.8px">Can anyone please please please guide me?</span></div><div><span style="font-size:12.8px">I have checked out the ITK-Apps folder. But I am having a lot of trouble building those projects.</span></div></div>