mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python
This commit is contained in:
parent
f8c96cb18a
commit
e8283f94ed
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user