Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python

pull/14837/head
tribta 6 years ago
parent f8c96cb18a
commit e8283f94ed
  1. 2
      samples/python/tutorial_code/ImgTrans/LaPlace/laplace_demo.py

@ -40,7 +40,7 @@ def main(argv):
# [laplacian] # [laplacian]
# Apply Laplace function # Apply Laplace function
dst = cv.Laplacian(src_gray, ddepth, kernel_size) dst = cv.Laplacian(src_gray, ddepth, ksize=kernel_size)
# [laplacian] # [laplacian]
# [convert] # [convert]

Loading…
Cancel
Save