Small Changes in the Matrix files, and start of the image files
This commit is contained in:
parent
f0f40f19f3
commit
11ad8a9cba
4 changed files with 25 additions and 1 deletions
11
image.c
Normal file
11
image.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "image.h"
|
||||
#include "matrix.h"
|
||||
|
||||
typedef struct {
|
||||
Matrix* pixel_values;
|
||||
int image_label;
|
||||
} Image;
|
||||
|
||||
|
||||
Reference in a new issue