Commit cce4f7e3 authored by Gijs van der Voort's avatar Gijs van der Voort

Vreemde tweede resize functie verwijderd

parent cfd20b63
......@@ -51,10 +51,6 @@ class GrayscaleImage:
def make_histogram(self):
return hist(self.data)
# size is of type tuple of integers (DEFAULT = (50, 50))
def resize(self, size):
print size
def resize(self, size): # size is of type float
self.data = imresize(self.data, size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment