- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#76
2024-05-16 01:59:34 +02:00
Investigate circles in Fourier domain of the estimated PRNU
Should generare a white image with vignetting and see how the FFT looks like.
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#76
2024-05-16 01:39:56 +02:00
Investigate circles in Fourier domain of the estimated PRNU
Let us consider the FFT considering a centered crop of the estimated PRNU.
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-05-16 01:39:23 +02:00
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#76
2024-05-16 01:34:23 +02:00
Investigate circles in Fourier domain of the estimated PRNU
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#70
2024-05-16 01:31:39 +02:00
Remove manually in the Fourier domain periodic patterns
I was about to say that I am surprised that the background of the FFT looks having similar values to everything else but we are in logarithmic scale so the colors differ linearly while the actual…
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#75
2024-05-16 01:03:44 +02:00
Track matplotlib
: Adapt the color scale to leverage it the most when zoom
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#74
2024-05-16 00:54:24 +02:00
Compute radial profile
In fact if I use the center he specified (that is (509, 546)
) that is not the center of the image (that is (552.5, 528)
), then I get:
: |
|
if self.mean is None: |
|
self.mean = element |
|
else: |
|
self.mean = ((self.mean * self.numberOfElementsInMean) + element) / (self.numberOfElementsInMean + 1) |
|
self.numberOfElementsInMean += 1 |
Benjamin_Loison
closed issue Benjamin_Loison/Robust_image_source_identifica…#56
2024-05-15 19:06:51 +02:00
Track: Real time mean computation tool?
Benjamin_Loison
closed issue Benjamin_Loison/Robust_image_source_identifica…#71
2024-05-15 19:05:01 +02:00
Use non-local means denoiser
Benjamin_Loison
closed issue Benjamin_Loison/Robust_image_source_identifica…#69
2024-05-15 18:33:25 +02:00
Use a low-pass filter denoiser