038f5ffc00 Add remove_period_patterns.py
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#70 2024-05-14 01:36:31 +02:00
Remove manually in the Fourier domain periodic patterns

Figure_1

the median is not correct enough, should inpaint indeed.

db55fc6d0f Add articles/Fourier transforms of images plus.maths.org/
0b9fa48597 Add articles/Fixed-pattern noise - Wikipedia/
1c3dd8d67c Add articles/FloreView_An_Image_and_Video_Dataset_for_Forensic_Analysis/
b7c494579c Add old get_ft_prnu.py
810bde8e35 Add fft scripts
44e325c42b Add articles/skimage.restoration — skimage 0.23.2 documentation/
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#71 2024-05-13 23:35:14 +02:00
Use non-local means denoiser

For 200x200 with Rafael 23/04/24:

mean_rafael_230424_nl_means_multiple_colors

NameError: name 'minColor' is not defined
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#63 2024-05-13 20:23:51 +02:00
Attribute source camera

RAISE,Rafael 23_04_24_mean_accuracy_of_camera_source_attribution

![RAISE,Rafael 23_04_24_mean_estimated_prnu_camera_Rafael 23_04_24](/attach…

ce64450101 Load lazily images (#62)
10f8766793 First try lazy load
Compare 2 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#62 2024-05-13 18:55:53 +02:00
Optimize execution speed

My tests seem biased due to a cache.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica…#62 2024-05-13 18:43:11 +02:00
Optimize execution speed

Saving each color channel in a different file:

OPERATION = <Operation.SAVE: 2>
Image: 100%
f85e63b6e0 #62: First lazy load try