Analysis of different noise applied on synthesis images using SVD compression
Jérôme BUISINE 3168f0eb83 Data generation from noisy images updates | il y a 5 ans | |
---|---|---|
images | il y a 5 ans | |
modules | il y a 5 ans | |
.gitignore | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
generate_all_data.py | il y a 5 ans | |
generate_all_noise.sh | il y a 5 ans | |
generate_data_model_random.py | il y a 5 ans | |
generate_noise_all_curves.sh | il y a 5 ans | |
noise_computation.py | il y a 5 ans | |
noise_svd_visualization.py | il y a 5 ans | |
requirements.txt | il y a 5 ans |
Analysis of different noises using singular values vector obtained from SVD compression.
Noise list :
This script is used to compute all noise for each image in the images folder.
python noise_computation.py --noise salt_pepper --image path/to/image.png --n 1000 --identical 1 --output image_salt_pepper.png --all 1 --p 0.1
Parameters :
This script is used to display noise for each level of noise of image.
python noise_svd_visualization.py --prefix generated/${image}/${noise} --metric lab --n 1000 --mode svdne --interval "0, 200" --step 40 --norm 0 --ylim "0, 0.05"
Parameters :