Skip to content

Instantly share code, notes, and snippets.

@ritvikmath
Created December 20, 2019 15:45
Show Gist options
  • Save ritvikmath/dc936026d86713989a0d821671f959cd to your computer and use it in GitHub Desktop.
Save ritvikmath/dc936026d86713989a0d821671f959cd to your computer and use it in GitHub Desktop.
#get the dimensions of the image
n,m,d = img.shape
#create an open grid for our image
x,y = np.ogrid[0:n, 0:m]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment