-
Notifications
You must be signed in to change notification settings - Fork 202
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
Implement Handheld Multi-Frame Super-Resolution #40
Comments
Hi Brotherofken, I am working on an open source implementation https://github.com/JVision/Handheld-Multi-Frame-Super-Resolution of the paper. would appreciate if anyone could join in with me. |
Hi Brotherofken, in Fig.8 of the paper, it seems lamda1/lamda2 is in range of 0~1, however, we know lamda1 is the dominant eigenvalue and should be greater than lamda2. I am confused, do you know why is that? |
The reason is simple. there are errors in the published work. The author means (lamda1-lamda2)/(lambda1+lambda2) |
I think you are right, that form makes sense. |
Is it possible that lambda2/lambda1 is the correct one? Seems also fit the (0~1) range Update: I was wrong, this value should should go up when the pixel is more likely on an edge, i.e. lambda1 >> lambda2. |
@SuTanTank Thanks! That totally make sense. Look at the end of a section 2.2 in Anisotropic Diffusionin Image Processing. |
Google researches published paper with details of implementation of their superresolution: https://arxiv.org/abs/1905.03277
It seems not trivial but implementable. Algorithm introduces new approach to merge and produces demosaiced image, so requires large changes in pipeline.
Development might be split into stages:
The text was updated successfully, but these errors were encountered: