Skip to content

Wiener deconvolution and psf #176

Answered by crisluengo
acycliq asked this question in General
Discussion options

You must be logged in to vote

You can estimate the parameter if you know the SNR of the image.

You could uses dip.EstimateNoiseVariance() to attempt to estimate the noise variance (which is the noise power). The signal power can be estimated from the input image assuming it has little noise:

K = dip.EstimateNoiseVariance(smooth) / dip.MeanSquareModulus(smooth)[0][0]

This doesn't seem to provide the right values though, I'd have to look into it in more detail to see why.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by crisluengo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #134 on November 25, 2024 18:53.