Skip to content

Commit f90ee1c

Browse files
committed
update code
1 parent 5afed5f commit f90ee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageSlideShow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
result = np.zeros((360,360,3), np.uint8)
1414
i = 1
15-
count = 0
15+
1616
a = 1.0 # alpha
1717
b = 0.0 # beta
1818
img = cv2.imread(dst + images[i])

0 commit comments

Comments
 (0)