(feat) load pgm images
This commit is contained in:
parent
0f7a0a5f11
commit
70e22d52bd
2 changed files with 53 additions and 0 deletions
1
image.h
1
image.h
|
|
@ -26,6 +26,7 @@ static const int MAGIC_NUMBER_IMAGES = 2051;
|
|||
* @return
|
||||
*/
|
||||
Image ** import_images(char* image_file_string, char* label_file_string, int* number_imported, int count);
|
||||
Image * load_pgm_image(char * image_file_string);
|
||||
void img_print (Image* image);
|
||||
void img_visualize(Image*image);
|
||||
void img_free (Image* image);
|
||||
Reference in a new issue