Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Asd-g committed Jul 18, 2020
1 parent bf0a052 commit 5b3a65b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ vsTBilateral (clip, clip "ppclip", int "diameterY", int "diameterU", int "diamet
Default: False.

- kerns\
This specifies what kernel is used for the domain weights.\
This specifies what kernel is used for the domain weights.\
0: Andrews' wave\
1: El Fallah Ford\
2: Gaussian\
Expand All @@ -60,15 +60,15 @@ vsTBilateral (clip, clip "ppclip", int "diameterY", int "diameterU", int "diamet
7: Cosine\
8: Flat\
9: Inverse\
See the following paper for a description of all the kernels and their properties: http://www.prasa.org/proceedings/2003/prasa03-09.pdf\
See the following paper for a description of all the kernels and their properties: http://www.prasa.org/proceedings/2003/prasa03-09.pdf \
Default: 2.

- kerni\
This specifies what kernel is used for the range weights. The possible choices are the same as for kerns.\
Default: 2.

- restype\
This specifies how the weights and pixel values are combined to obtain the final result.\
This specifies how the weights and pixel values are combined to obtain the final result.\
0: Mean (weighted average)\
1: Median (weighted median)\
2: CW-Median (weighted median + extra center pixel weight)\
Expand Down

0 comments on commit 5b3a65b

Please sign in to comment.