Contour loading working. All working on HFS example. Pay attention on transformation applied to contours after loading of different images and consistency between DICOM and VTK coordinate system. Needs testing for different patient position.

- YET TO FIX
Bug on wipe: view LAT in blending does not visualise contours.
Actor of struct has wierd bounds. Might require a deeper look at later point
This commit is contained in:
viar
2022-05-19 20:25:43 +02:00
parent b260711b4f
commit 45b9c88ac4

View File

@ -467,7 +467,7 @@ int itkImageProcessor::load3DSerie(const char * pcDirName)
m_PatOrientation = eImageOrientationType::NotDefined;
}
free (sTmpString);
delete [] (sTmpString);
} else {
return -1;
}