Hello everyone. <br><br>I am working on analyzing some statistical information of DICOM images. I would like to see if it is possible to generate an image from a statistics measurement vector. <br><br>Say for instance that I read a DICOM image, then using the itkImageToListAdaptor calculate its GDF using the itkGaussianDensityFunction, how could I translate the outgoing GDF vector back to an image? <br>
<br>ITK Image -&gt; ImageToListAdaptor -&gt; itkGDF -&gt; XXX??? -&gt; ITK Image<br><br>Thank you. <br><br>Sergio <br><br>