Go to file
Benjamin Loison f88b6ec1a9
Save mean of each color channel to merge them into a single image being
the mean of images

Otherwise for each color channel could use:

```py
plt.imsave(f'{fileName}.png', colorMean)
```
2024-04-25 16:00:23 +02:00
algorithms Make Gaussian noise in getPrnuShownAsSuch only on text 2024-03-29 13:22:36 +01:00
articles Update annotations 2024-04-11 23:52:38 +02:00
datasets Save mean of each color channel to merge them into a single image being 2024-04-25 16:00:23 +02:00
.gitignore Add __pycache__ to .gitignore 2024-03-26 18:21:01 +01:00