How to correlate the parameters of Poisson distribution with Gaussian distribution so that Non Local Means denoising algorithms parameter can be tuned?
since median works well on Poisson noise, you can use a non local median filter (instead of mean/averaging) for denoising, and use structural similarity etc. to find similar non local patches instead of mean squared error criterion.
well, median filtering was good and much of problem with noise could be solve using this algorithm, but you could experiment with mid point filtering or modified median filtering, there;s a lot of journal that spesific research this, thank you