Added Image view shifting with pressing of Mouse Right Button. Adjusted behaviour of TranslationWidget.
User interface for image visualisation is in a good state. Almost usable for Alignment. Memery leaks up to now ignored.....
This commit is contained in:
@ -402,7 +402,7 @@ int itkImageProcessor::load3DSerie(const char * pcDirName)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cout << "No DICOMs in: " << pcDirName << std::endl;
|
std::cout << "No DICOMs in: " << pcDirName << std::endl;
|
||||||
return EXIT_SUCCESS;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
while (seriesItr != seriesEnd)
|
while (seriesItr != seriesEnd)
|
||||||
|
Reference in New Issue
Block a user