Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeramanis authored Nov 4, 2023
1 parent 79ef41b commit a437978
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 @@ -22,7 +22,7 @@ This package contains 2 modules:

`denoising_inpainting`: Denoise and inpaint an image using the LBP
algorithm. The current implementation can take many hours for a high number of
iterations or high resolution images.
iterations or high-resolution images.

The algorithm is based on the following paper:

Expand Down Expand Up @@ -71,7 +71,7 @@ been damaged.

![Damaged image](/images/boat-damaged.png)

To perform denoising and inpainting on an image using the lbp algorithm,
To perform denoising and inpainting on an image using the LBP algorithm,
execute the function `denoise_inpaint()` of the `denoising_inpainting` module
with the following parameters:

Expand All @@ -93,7 +93,7 @@ denoising_inpainting.denoise_inpaint('path/to/image.png', 'path/to/mask.png', 1,

![Image after LBP](/images/house-labeled.png)

Furthermore, some unit tests have been implemented in folder `tests` to verify
Furthermore, some unit tests have been implemented in the folder `tests` to verify
the proper functioning of the code.

## Status
Expand Down

0 comments on commit a437978

Please sign in to comment.