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