Commit daedae5b authored by Kelly Chang's avatar Kelly Chang
parents 5814db0c 771a783e
......@@ -83,6 +83,7 @@ if __name__ == '__main__':
else:
surrounding.append(image[ind1+i, ind1+j]) #Add the other 8 pixels to the list
diff.append(np.max(surrounding)-np.min(surrounding))
......
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