https://en.wikipedia.org/wiki/Non-local_means
https://scikit-image.org/docs/0.23.x/auto_examples/filters/plot_nonlocal_means.html
https://scikit-image.org/docs/0.23.x/api/skimage.restoration.html#skimage.restoration.denoise_nl_means
```bash
./extract_noise.py
```
```
Denoising images for color red: 6%|████▎ | 3/50 [01:05<17:04, 21.80s/it]
```
with `fast_mode = True`.
Related to #69 and #73.
Full resolution but with patch_distance = 4 instead of patch_distance = 11:
Modified contrast and brightness:
For 200x200 with Rafael 23/04/24:

Full resolution but with `patch_distance = 4` instead of `patch_distance = 11`:

Modified contrast and brightness:

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
https://en.wikipedia.org/wiki/Non-local_means
https://scikit-image.org/docs/0.23.x/auto_examples/filters/plot_nonlocal_means.html
https://scikit-image.org/docs/0.23.x/api/skimage.restoration.html#skimage.restoration.denoise_nl_means
with
fast_mode = True.Related to #69 and #73.
For 200x200 with Rafael 23/04/24:
Full resolution but with
patch_distance = 4instead ofpatch_distance = 11:Modified contrast and brightness: