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:
viar
2022-06-02 16:37:06 +02:00
parent a70855d91f
commit 1659efbedb

View File

@ -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)