- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#25
2024-03-29 13:47:04 +01:00
Estimating fake PRNU on noise-free images
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#25
2024-03-29 13:39:01 +01:00
Estimating fake PRNU on noise-free images
I start having the feeling that the RMS inconsistency is because of the PRNU estimation background which can not converge to 0 as it is just adding residual scene.
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 13:22:39 +01:00
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#28
2024-03-29 13:21:13 +01:00
np.random.normal
scale
specify a given proportion of noise being in a given interval?
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 13:16:52 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#27
2024-03-29 13:12:07 +01:00
Generate arbitrary shape PRNU
shown as such
2d96bdc225092efb6cc09479cb8696c931f7a522
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#27
2024-03-29 13:11:49 +01:00
Generate arbitrary shape PRNU
shown as such
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 13:11:26 +01:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 12:57:57 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#27
2024-03-29 12:45:41 +01:00
Generate arbitrary shape PRNU
shown as such
Should also be able to Gaussian noise the generated text.
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 12:44:47 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#27
2024-03-29 12:43:13 +01:00
Generate arbitrary shape PRNU
shown as such
import os
from PIL import Image, ImageFont, ImageDraw
# Supports `WIDTH` > `HEIGHT` and conversely.
WIDTH = 1_000
HEIGHT = 1_000
TEXT = 'PRNU'
img = Image.new('L', (WIDTH,…
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#25
2024-03-29 12:19:30 +01:00
Estimating fake PRNU on noise-free images
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 12:16:16 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#25
2024-03-29 11:26:05 +01:00
Estimating fake PRNU on noise-free images
How to ease visualizing the values of this rendering of image of floats?
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 11:23:50 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#25
2024-03-29 11:22:50 +01:00
Estimating fake PRNU on noise-free images
Concerning the RMS, maybe it is due to residual scene and with more images we would have a many pixels, hence important, less significant as nearer to 0.
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#25
2024-03-29 02:03:38 +01:00
Estimating fake PRNU on noise-free images
If want to move on Gaussian noise as PRNU, then have to understand RMS unexpected results.
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-03-29 01:55:47 +01:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#25
2024-03-29 01:54:29 +01:00
Estimating fake PRNU on noise-free images