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

merge test

parent d6a8dd81
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -81,7 +81,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")