Skip to content

Instantly share code, notes, and snippets.

@joelbarmettlerUZH
Created October 5, 2019 10:19
Show Gist options
  • Save joelbarmettlerUZH/223feaf42d59ad9c6b457da5e5a12b14 to your computer and use it in GitHub Desktop.
Save joelbarmettlerUZH/223feaf42d59ad9c6b457da5e5a12b14 to your computer and use it in GitHub Desktop.
def normalizeDatabase(self, normFunction):
for number in range(len(self._database.keys())):
for image in self._database[number]:
image = normFunction(image)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment