From 7adaad653059cfc2461288d1086b535cd13e408c Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 30 Oct 2018 16:24:18 +0100 Subject: [PATCH] Closedown --- script/cpython/image_functions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/cpython/image_functions.py b/script/cpython/image_functions.py index 30fb712..3ea2a39 100644 --- a/script/cpython/image_functions.py +++ b/script/cpython/image_functions.py @@ -1,7 +1,6 @@ import numpy -def img_get_int(fname, header, width, height, depth, x1,y1,x2,y2, bx1,by1,bx2,by2 ): - print "X", fname, header, width, height, depth, x1,y1,x2,y2, bx1,by1,bx2,by2 +def img_get_int(fname, thres1, thres2, thres3, thres4, header, width, height, depth, x1,y1,x2,y2, bx1,by1,bx2,by2 ): # read actual image file img = numpy.fromfile(fname, dtype=numpy.uint32) img.shape = height, width