Small Changes in the Matrix files, and start of the image files

This commit is contained in:
Thomas Schleicher 2023-09-19 09:21:11 +02:00
parent f0f40f19f3
commit 11ad8a9cba
4 changed files with 25 additions and 1 deletions

11
image.c Normal file
View file

@ -0,0 +1,11 @@
#pragma once
#include "image.h"
#include "matrix.h"
typedef struct {
Matrix* pixel_values;
int image_label;
} Image;