Analysis of different noise applied on synthesis images using SVD compression
Jérôme BUISINE a4e29b32d7 Update of generation script | преди 5 години | |
---|---|---|
images | преди 5 години | |
modules | преди 5 години | |
.gitignore | преди 5 години | |
LICENSE | преди 5 години | |
README.md | преди 5 години | |
generate_all_data.py | преди 5 години | |
generate_all_noise.sh | преди 5 години | |
generate_data_model_random.py | преди 5 години | |
generate_noise_all_curves.sh | преди 5 години | |
noise_computation.py | преди 5 години | |
noise_svd_visualization.py | преди 5 години | |
requirements.txt | преди 5 години |
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 :