Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created January 11, 2019 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelseatroy/442f56fba377ab0d93b4eead920dfc41 to your computer and use it in GitHub Desktop.
Save chelseatroy/442f56fba377ab0d93b4eead920dfc41 to your computer and use it in GitHub Desktop.
Example total_density
def total_density(image):
return image.sum(axis=1).sum()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment