From b65ff86aef088e366fae9c6c8373c1ae135cc8a8 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Tue, 2 Apr 2024 11:03:23 +0200 Subject: [PATCH] Add `articles/RAISE - The Raw Images Dataset/` --- .../RAISE - The Raw Images Dataset.pdf.txt | 1 + .../RAISE - The Raw Images Dataset.xopp.xml | 8 ++++++++ datasets/noise_free_test_images/estimate_prnu.py | 6 +++--- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.pdf.txt create mode 100644 articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.xopp.xml diff --git a/articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.pdf.txt b/articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.pdf.txt new file mode 100644 index 0000000..8811bd6 --- /dev/null +++ b/articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.pdf.txt @@ -0,0 +1 @@ +https://web.archive.org/web/20200716082639/http://loki.disi.unitn.it/RAISE/index.php diff --git a/articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.xopp.xml b/articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.xopp.xml new file mode 100644 index 0000000..f4b1be2 --- /dev/null +++ b/articles/RAISE - The Raw Images Dataset/RAISE - The Raw Images Dataset.xopp.xml @@ -0,0 +1,8 @@ + + + Xournal++ document - see https://github.com/xournalpp/xournalpp + + + + + diff --git a/datasets/noise_free_test_images/estimate_prnu.py b/datasets/noise_free_test_images/estimate_prnu.py index b378696..932f1df 100644 --- a/datasets/noise_free_test_images/estimate_prnu.py +++ b/datasets/noise_free_test_images/estimate_prnu.py @@ -69,13 +69,13 @@ for splitNXNIndex, splitNXN in enumerate(SPLIT_N_X_N_S): axis[0].set_title('First image without noise') axis[0].imshow(imageWithoutPrnuNpArrayTile) - axis[1].set_title('Actual Gaussian noised (G.n.) PRNU') + axis[1].set_title('Actual Gaussian noised PRNU') axis[1].imshow(prnuNpArray) - axis[2].set_title('F. image with G.n.') + axis[2].set_title('F. i. with G. n.') axis[2].imshow(imageWithoutPrnuNpArray + imageNoise) - axis[3].set_title('F. image with G.n. and PRNU') + axis[3].set_title('F. i. with G. n. and PRNU') axis[3].imshow(imageWithoutPrnuNpArray + prnuNpArray + imageNoise) isFirstImage = False