Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
fixed #9
  • Loading branch information
mawen1250 authored Aug 14, 2016
1 parent ef42e59 commit da27714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For processing in YUV444 and RGB, the filtering results are different. The inten
### Usage

```python
retinex.MSRCP(clip input, float[] sigmaS=[25,80,250], float lower_thr=0.001, float upper_thr=0.001, bool fulls, bool fulld=fulls, float chroma_protect=1.2)
retinex.MSRCP(clip input, float[] sigma=[25,80,250], float lower_thr=0.001, float upper_thr=0.001, bool fulls, bool fulld=fulls, float chroma_protect=1.2)
```

- input:<br />
Expand Down Expand Up @@ -108,7 +108,7 @@ This function only accept 8-16bit integer RGB input.
### Usage

```python
retinex.MSRCR(clip input, float[] sigmaS=[25,80,250], float lower_thr=0.001, float upper_thr=0.001, bool fulls=True, bool fulld=fulls, float restore=125)
retinex.MSRCR(clip input, float[] sigma=[25,80,250], float lower_thr=0.001, float upper_thr=0.001, bool fulls=True, bool fulld=fulls, float restore=125)
```

- input:<br />
Expand Down

0 comments on commit da27714

Please sign in to comment.