Skip to content
Snippets Groups Projects
Commit cce4f7e3 authored by Gijs van der Voort's avatar Gijs van der Voort
Browse files

Vreemde tweede resize functie verwijderd

parent cfd20b63
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment