Use mean as denoiser #57
Labels
No Label
bug
Context-Adaptive Interpolator
duplicate
enhancement
epic
help wanted
high priority
invalid
left for future work
low priority
medium
medium priority
meta
question
quick
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Benjamin_Loison/Robust_image_source_identification_on_modern_smartphones#57
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RAISE flat field:
Modified brightness and contrast:
Being able to explain why this method leads to an estimated PRNU with more color gradients as the original image.
Current issue is that in theory extracting noise by substracting the average image removes the PRNU, but as shown above we still observe patterns looking like unique artifacts. To avoid removing the PRNU as the image are quite smooth enough we will apply a Gaussian kernel to blur the image to remove the PRNU from the average image.
The good question is what
sigma
value is appropriate? Once will have mathematical metrics could benchmark.Does not seem as precise as bilateral denoiser.
Mean denoiser:
Bilateral denoiser:
Source: issues/49#issuecomment-1693