Anja Freudenreich 160cae39e4 adding content
2025-09-25 11:13:22 +02:00

8 lines
231 B
C

#ifndef MNISTVISUALIZATION_H
#define MNISTVISUALIZATION_H
#include "imageInput.h"
void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GrayScaleImageSeries *series, const unsigned char predictions[]);
#endif