mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 11:03:03 +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]
|
# [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…
Reference in New Issue
Block a user