mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Merge pull request #14837 from Cartucho:fix_laplace_operator_on_python
This commit is contained in:
commit
b00e19a8da
@ -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