I'm more impressed with that overhead display - seems impossible? How does it disappear at the end - or is that a virtual digital overlay? Wait, is the entire background rear projected, like a borderless movie theater screen? Must be massive resolution ?!
I'm inclined to say much or all of the background is indeed all rear-projected. If you look at the top-right around 5:06 or 5:07, you see what looks a lot like it might be light-emitting text floating in midair. (EDIT: Correction! It's not just floating there, it scrolls left just as the camera is coming down, I missed that on the first viewing. So it's definitely not just on a physical banner.) As for "massive resol…
Photoshop 'unblur' leaves MAX audience gasping for air
91–100 of 130 posts
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#92Does this work with just motion blur or also with aperture blur? It seems like they are calculating the motion of the camera so perhaps just the former.
Defocus (or "aperture blur") cannot be corrected by the methods they mention in the video. However, there are other kinds of blur you can correct.
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#93So now we need blurring algorithms that cause actual information loss (I'm sure they already exist, but now there's suddenly a bigger market for them).
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#94Re: Photoshop 'unblur' leaves MAX audience gasping for air
#951) Load image. 2) Filter -> Gaussian Blur 3) Undo
;-)
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#96I'm more impressed with that overhead display - seems impossible? How does it disappear at the end - or is that a virtual digital overlay? Wait, is the entire background rear projected, like a borderless movie theater screen? Must be massive resolution ?!
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#97Earlier quoted context omitted.
Being paid to be rude doesn't make it not rude.
He was paid to be rude to the people who were paying him to be rude? That might not make it not rude, but I can't imagine anything that would come closer.
"OH, oh I'm sorry, but this is abuse."
"Oh, I see, well, that explains it."
"Ah yes, you want room 12A, Just along the corridor."
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#98It's called blind deconvolution. Blind means that they have to first estimate the original convolution/blur kernel and in the second phase, apply the deconvolution. If there's acceleration sensor on the camera, you can use data from that for the blur kernel. It's nothing new really, but algorithms for it have advanced tremendously. For example, there's some results from 2009 http://www.youtube.com/watch?v=uqMW3OleLM4…
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#99If you are wondering how they might be doing it, here is one approach that I saw in a computer vision class (no idea if they are doing anything similar to this) (slides: http://cs.nyu.edu/~fergus/presentations/fergus_deblurring.pd... (~60 MB ppt) paper: http://cs.nyu.edu/~fergus/papers/deblur_fergus.pdf (~10 MB pdf) ) The basic idea is that you have an unknown original image and it is convolved with an unknown blurri…
Re: Photoshop 'unblur' leaves MAX audience gasping for air
#100http://www.fmwconcepts.com/imagemagick/fourier_transforms/fo...)