chundoong-lab-ta/APSS23/image-rotation/util.h

10 lines
260 B
C
Raw Normal View History

2023-08-09 15:11:42 +09:00
#pragma once
double get_current_time();
typedef unsigned char uchar;
float *readImage(const char *filename, int *widthOut, int *heightOut);
void storeImage(float *imageOut, const char *filename, int rows, int cols,
const char *refFilename);