微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

python中有没有类似于Matlab的deconvblind的函数?

如何解决python中有没有类似于Matlab的deconvblind的函数?

我现在正在研究盲解卷积

在迭代L2norm正则化的同时,想更新PSF,查了一下,在matlab中发现了一个叫deconvblind的函数

l[J,PSF] = deconvblind(I,INITPSF) deconvolves image I using the maximum likelihood algorithm,returning both the deblurred image,J,and a restored point-spread function,PSF. 
The input array,I,and your initial guess at the PSF,INITPSF,can be numeric arrays or cell arrays. 
(Use cell arrays when you want to be able to perform additional 
deconvolutions that start where your initial deconvolution finished. 
See Resuming Deconvolution for more information.)
 The restored PSF is a positive array that is the same size as INITPSF,normalized so its sum adds up to 1.

Matlab toolboox deconvblinde

python有没有类似deconvblinde的函数

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。