Skip to content

Commit

Permalink
a little fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wwtdsg committed Dec 30, 2014
1 parent eddd66c commit f7f25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def filling(im): # 填充空白像素点
if im[i][j] == 0:
try:
value[0] = average[i - 1][j - 1]
value[5] = average[i - 1][j - 2]
value[1] = average[i - 1][j - 2]
value[2] = average[i - 1][j - 3]
value[3] = average[i - 1][j - 4]
value[4] = average[i - 1][j - 5]
Expand Down

0 comments on commit f7f25f0

Please sign in to comment.