Commit e8283f94 authored by tribta's avatar tribta

Fix Python code, for the tutorial_laplace_operator, to get the same result…

Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python
parent f8c96cb1
......@@ -40,7 +40,7 @@ def main(argv):
# [laplacian]
# Apply Laplace function
dst = cv.Laplacian(src_gray, ddepth, kernel_size)
dst = cv.Laplacian(src_gray, ddepth, ksize=kernel_size)
# [laplacian]
# [convert]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment