Skip to content
Snippets Groups Projects
Commit 9e221ca9 authored by Florian Burger's avatar Florian Burger
Browse files

slightly more to do for students

parent 761a2e37
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ class FilterInterface(object): ...@@ -148,7 +148,7 @@ class FilterInterface(object):
## <EDIT HERE> Use above interface here ## <EDIT HERE> Use above interface here
class DirectNeighborSmoother(<EDIT HERE>): class DirectNeighborSmoother(<EDIT HERE>):
def filter(self, bmp_out: Addressable2D, bmp_in: Addressable2D): def filter(self, bmp_out: <EDIT HERE>, bmp_in: <EDIT HERE>):
height = bmp_in.get_height() height = bmp_in.get_height()
width = bmp_in.get_width() width = bmp_in.get_width()
if bmp_out.get_height() != height: if bmp_out.get_height() != height:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment