Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blind deconvolution algorithm #2

Open
nerduno opened this issue Jul 26, 2012 · 4 comments
Open

blind deconvolution algorithm #2

nerduno opened this issue Jul 26, 2012 · 4 comments

Comments

@nerduno
Copy link

nerduno commented Jul 26, 2012

I'm curious what algorithm is your blind deconvolution implementing?

@alexis-mignon
Copy link
Owner

It's an adaptation from the algorithm presented in :

High-quality Motion Deblurring from a Single Image
Q. Shan, J Jia, A Agarwala, SIGGRAPH 2008

The differences with the original algo is that it doesn't use fourrier transforms and the global prior
is a single lorentzian distribution.

It's a very early developpment and for me it doesn't work so well

@abhikandoi2000
Copy link

Is there any chance that I could use this for blind deconvolution of audio signal mixtures?

@alexis-mignon
Copy link
Owner

I don't think so. What kind of decomposition are you actually looking for ?

@abhikandoi2000
Copy link

I have samples of audio recording from two microphones separated by some distance. There are two simultaneous speakers. Basically a convolutive mixture of two sound sources.

Another example of such a mixture is available here (the second example)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants