War on Whitespace, master edition: tabs.
This commit is contained in:
@@ -13,9 +13,9 @@ import sys
|
||||
|
||||
print __doc__
|
||||
try:
|
||||
fn = sys.argv[1]
|
||||
fn = sys.argv[1]
|
||||
except:
|
||||
fn = "../cpp/board.jpg"
|
||||
fn = "../cpp/board.jpg"
|
||||
|
||||
src = cv2.imread(fn, 1)
|
||||
img = cv2.cvtColor(src, cv2.COLOR_BGR2GRAY)
|
||||
|
Reference in New Issue
Block a user