Skip to content

Commit

Permalink
Fix metting typo (danielgatis#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
carojasdu authored and Steven Nie committed Feb 28, 2024
1 parent 409b58c commit 671994b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ for img in images:
```


### With alpha metting
Alpha metting is a post processing step that can be used to improve the quality of the output.
### With alpha matting
Alpha matting is a post processing step that can be used to improve the quality of the output.
```python
output = remove(input, alpha_matting=True, alpha_matting_foreground_threshold=270,alpha_matting_background_threshold=20, alpha_matting_erode_size=11)
```
Expand Down

0 comments on commit 671994b

Please sign in to comment.