Joseph Redmon
2014-02-15 228d3663f871d0e4bdee468572eb80141cb4fe3f
src/image.h
@@ -34,6 +34,7 @@
image float_to_image(int h, int w, int c, float *data);
image copy_image(image p);
image load_image(char *filename, int h, int w);
image ipl_to_image(IplImage* src);
float get_pixel(image m, int x, int y, int c);
float get_pixel_extend(image m, int x, int y, int c);