Commit be937661 authored by unknown's avatar unknown

Features vector was kwartslag gedraaid, resultaat is nu goed.

parent 64cf082a
......@@ -24,5 +24,5 @@ class LocalBinaryPatternizer:
return self.features
def is_pixel_darker(self, x, y, value):
def is_pixel_darker(self, y, x, value):
return self.image.in_bounds(y, x) and self.image[y, x] > value
\ No newline at end of file
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