Skip to content

Commit 22df2bd

Browse files
committed
[update] update para
1 parent 929fa3b commit 22df2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blurgenerator/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def blur_with_depth(img, depth, num_layers=10, min_blur=1, max_blur=100):
103103
out = cv2.add(out, layer, dtype=0)
104104
return out
105105

106-
result = blur_with_depth(img, depth_map, num_layers=5, min_blur=1, max_blur=50)
106+
result = blur_with_depth(img, depth_map, num_layers=10, min_blur=1, max_blur=50)
107107
cv2.imwrite(args.output, result)
108108

109109
return

0 commit comments

Comments
 (0)