Commit 7ca6a8bd authored by Kelly Chang's avatar Kelly Chang
parents 267d36f9 89960adb
......@@ -82,7 +82,10 @@ if __name__ == '__main__':
else:
surrounding.append(image[ind1+i, ind1+j])
diff.append(np.max(surrounding)-np.min(surrounding))
print(diff)
print("Hello World")
"""scene_names = file_extractor("images")
......
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