This commit is contained in:
Fisher Wang 2021-03-09 22:01:03 +08:00
parent d931b008a3
commit 0d8a4a025b

View File

@ -688,7 +688,7 @@ n = len(np.unique(F))
print(np.unique(I))
# Another solution
# Author: Fisher Wang
# Author: Fisher Wangg
w, h = 16, 16
img = np.random.randint(0, 256, (w, h, 3)).astype(np.ubyte)