Use mean as denoiser #57
Loading…
x
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