90b31f80b9 Update annotations
105f933df0 Add articles/Shot noise - Wikipedia/
c1c671f952 Add __pycache__ to .gitignore
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#21 2024-03-26 11:58:20 +01:00
Estimating PRNU on Gaussian noise images

What is the next step?

ccb2b4bd86 #21: Write PRNU as such to make figures clearer
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#23 2024-03-26 03:14:15 +01:00
Keep a copy of this repository on another device

Also pay attention to keep a recent copy of this repository all time long, as I do not have a local copy of meta-git stuff (issues etc).

cfe718da7d Make x-axis logarithmic
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#11 2024-03-26 02:28:42 +01:00
How to deal with multiple color channels?

Maybe just consider like 3 different images, as I have done in the following issue for technical reasons:

-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdAHfQY22zk3mugV0u5U8J+0t1+k8qw7FEv…
Keep a copy of this repository on another device
2bc13c5949 #21: Make a RMS curve depending on the number of images considered for the mean
c2862eaf43 #21: Incorrect mean, as it is a RMS mean, not a mean of images
f181a3498c Correct Image wuthout PRNU rendering and precise that it is the first image
03f52a5bd1 Finish Matplotlib figure showing PRNU estimation by averaging
Compare 2 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#21 2024-03-26 01:39:06 +01:00
Estimating PRNU on Gaussian noise images
plt.title('Actual PRNU')
plt.imshow(prnus[0])
plt.show()
image = np.array(imagesWithPrnu[0][:1]).mean(axis = 0)
plt.title(f'First image with PRNU\ni.e. estimated PRNU\nRMS…
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#21 2024-03-26 01:24:31 +01:00
Estimating PRNU on Gaussian noise images

Could render intermediary image differences, as it is easy to see an almost black uniform image but it is hard to compare 2 random images. However, this assumes that the color scale for each image…

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#21 2024-03-25 20:46:39 +01:00
Estimating PRNU on Gaussian noise images

Showcase an example and now make a curve to make it clearer. Note that if want a maximum precision curve, may have to pay attention to complexity.

2baf9c3000 Add and use rmsDiffNumpy
7c7cbad0ef Rename rmsdiff to rmsDiffPil