project directories reorganization
This commit is contained in:
11
benchmarks/old_opencl/convolution/utils.h
Normal file
11
benchmarks/old_opencl/convolution/utils.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __UTILS__
|
||||
#define __UTILS__
|
||||
|
||||
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);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user