Fehler beim Einlesen der Bilddaten behoben
This commit is contained in:
parent
4020cb36a1
commit
47a54fb567
@ -99,7 +99,6 @@ static char getLabelOfImage(FILE* imageFile, GrayScaleImage* image) {
|
|||||||
GrayScaleImageSeries *readImages(const char *path)
|
GrayScaleImageSeries *readImages(const char *path)
|
||||||
{
|
{
|
||||||
// Datei laden und Dateiformat prüfen
|
// Datei laden und Dateiformat prüfen
|
||||||
// setzt außerdem den Pointer an der Stelle nach dem Prestring
|
|
||||||
FILE* imageFile = openImageFile(path);
|
FILE* imageFile = openImageFile(path);
|
||||||
|
|
||||||
if (imageFile == NULL) {
|
if (imageFile == NULL) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user