From c9b8bdee1886df5f83973d91c3597c28f99a9e0c Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Sun, 06 May 2018 18:51:31 +0000 Subject: [PATCH] Minor fix - what pip-packages are required for Python scripts --- src/image.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/image.h b/src/image.h index 24b8684..ebf28e8 100644 --- a/src/image.h +++ b/src/image.h @@ -77,10 +77,10 @@ YOLODLL_API image load_image_color(char *filename, int w, int h); image **load_alphabet(); -float get_pixel(image m, int x, int y, int c); -float get_pixel_extend(image m, int x, int y, int c); -void set_pixel(image m, int x, int y, int c, float val); -void add_pixel(image m, int x, int y, int c, float val); +//float get_pixel(image m, int x, int y, int c); +//float get_pixel_extend(image m, int x, int y, int c); +//void set_pixel(image m, int x, int y, int c, float val); +//void add_pixel(image m, int x, int y, int c, float val); float bilinear_interpolate(image im, float x, float y, int c); image get_image_layer(image m, int l); -- Gitblit v1.10.0