464e43861b Prefer *mean* over *average*
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#9 2024-03-22 12:53:48 +01:00
Context-Adaptive Interpolator (CAI)

Should read back theory to make sure I correctly follow it.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#9 2024-03-22 12:51:50 +01:00
Context-Adaptive Interpolator (CAI)
RMS diff with average image = 146.59313795571444
RMS diff with average CAI images = 145.5368224929786
Actual phone index 0, guessed phone index 7 by averages images and 9 by average CAI…
41926663b7 Correct a typo but PRNU classifier still looking random
36f5b69f5e First PRNU classifier acting randomly it seems
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#9 2024-03-22 12:45:51 +01:00
Context-Adaptive Interpolator (CAI)

While being nearest to actual PRNU thanks to CAI, it does not seem to help:

RMS diff with average image = 100.26988483431852
RMS diff with average CAI images = 79.12339215595037
RMS diff…
Theoretical correct Gaussian noise image?
a9adf2d53d Compare RMS difference between average images and the average CAI images
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#9 2024-03-22 12:10:30 +01:00
Context-Adaptive Interpolator (CAI)
RMS diff with average image = 141.44015650123464
RMS diff with CAI images = 103.2666640411378

seems to show promising results.

452dd755fc First PRNU distance test
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#9 2024-03-22 11:58:00 +01:00
Context-Adaptive Interpolator (CAI)
initialRmsDiff=39.478491226631874 caiRmsDiff=33.92120698086231
initialRmsDiff=40.08881131897964 caiRmsDiff=33.537350852224804
initialRmsDiff=40.289355638113335 caiRmsDiff=34.269085008282474
…
Track: How to zoom image on whole screen?
Benjamin_Loison opened issue Benjamin_Loison/xviewer#1 2024-03-22 11:49:29 +01:00
How to zoom image on whole screen?
Benjamin_Loison created repository Benjamin_Loison/xviewer 2024-03-22 11:47:52 +01:00
92ede944c7 Not satisfying due to zero offset
c287d5f0ef Add an use toPilImage
674025fa62 First iteration of fake dataset generation
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#9 2024-03-22 11:18:22 +01:00
Context-Adaptive Interpolator (CAI)

Switching to numpy instead of PIL.Image starting work:

diff --git a/algorithms/context_adaptative_interpolator/context_adaptive_interpolator.py b/algorithms/context_adaptative_inter…
Increase brightness and contrast in Python to avoid manual GIMP usage
9f34973132 Move into multiple files and functions Context-Adaptative Interpolator (CAI)