Skip to content
Snippets Groups Projects
Commit be937661 authored by unknown's avatar unknown
Browse files

Features vector was kwartslag gedraaid, resultaat is nu goed.

parent 64cf082a
No related branches found
No related tags found
No related merge requests found
......@@ -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
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