Commit b00e19a8 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14837 from Cartucho:fix_laplace_operator_on_python

parents 6dea8309 e8283f94
......@@ -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