Skip to content
This repository has been archived by the owner on Feb 27, 2025. It is now read-only.

Commit

Permalink
Sane nlmeans str example
Browse files Browse the repository at this point in the history
  • Loading branch information
oZanderr authored and Setsugennoao committed Nov 2, 2023
1 parent 85cb6aa commit 619dc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ denoise = BM3DCuda.denoise(
clip, sigma=0.8, tr=2, profile=Profile.NORMAL, ref=ref, planes=0
)

denoise = nl_means(denoise, tr=2, strength=0.6, ref=ref, planes=[1, 2])
denoise = nl_means(denoise, tr=2, strength=0.2, ref=ref, planes=[1, 2])
```

0 comments on commit 619dc88

Please sign in to comment.