Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
estija authored Jan 12, 2021
1 parent 6621845 commit 26803cc
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 @@ -50,9 +50,9 @@ img_in = imread('x.bmp');

### Information regarding other files:

* `lime_loop.m` is the file for tuning the parameters for the solver, i. e. alpha, mu, rho.
* `lime_loop.m` is the file for tuning the parameters for the solver, i. e. `alpha`, `mu`, `rho`.

* `lime_bf_loop.m` is the file for tuning the parameters for the bilateral filter, i. e. ds, ss. By default, `lime_bf_loop.m` is used for post-processing.
* `lime_bf_loop.m` is the file for tuning the parameters for the bilateral filter, i. e. `ds`, `ss`. By default, `lime_bf_loop.m` is used for post-processing.

* `histeq_all.m` is the file for generating the results of applying histogram equalization, on the raw image, in five different ways.

Expand Down

0 comments on commit 26803cc

Please sign in to comment.