Commit 89960adb authored by Nathaniel Callens's avatar Nathaniel Callens

merge test

parent d6a8dd81
...@@ -81,7 +81,10 @@ if __name__ == '__main__': ...@@ -81,7 +81,10 @@ if __name__ == '__main__':
else: else:
surrounding.append(image[ind1+i, ind1+j]) surrounding.append(image[ind1+i, ind1+j])
diff.append(np.max(surrounding)-np.min(surrounding)) diff.append(np.max(surrounding)-np.min(surrounding))
print(diff)
print("Hello World")
"""scene_names = file_extractor("images") """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