Commit 1b29c7d9 authored by Nathaniel Callens's avatar Nathaniel Callens

update

parents 5e6580b6 11af363d
......@@ -103,7 +103,12 @@
" diff[-1,:] = np.zeros(col) # keep the first row from the image\n",
" diff[:,-1] = np.zeros(row)\n",
" A = np.array([[3,0,-1],[0,3,3],[1,-3,-4]])\n",
<<<<<<< HEAD
" '''\n",
" z0 = image[0:-2,0:-2]\n",
=======
" '''z0 = image[0:-2,0:-2]\n",
>>>>>>> 33741419ea105dcee4ccf23ef34dcfabd7c1c968
" z1 = image[0:-2,1:-1]\n",
" z2 = image[0:-2,2::]\n",
" z3 = image[1:-1,0:-2]\n",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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