Y
Hacker News
new
|
ask
|
show
|
jobs
by
aantix
4434 days ago
Has anyone managed to replicate the lens blur effect that's being utilized in the new Android camera app? Or at least know what research paper it's based on?
1 comments
panrafal
4434 days ago
Yes, here:
http://jabtunes.com/labs/lensblur/index3.html
and here:
http://quasimondo.com/QuasimondoLibsJS/demos/DepthMapLensBlu...
link
comex
4434 days ago
That seems to just be using the depth map information stored by the app, not replicating the effect from scratch.
link
panrafal
4433 days ago
They recalculate the blur. Were you asking about calculating the depthmap?
link
aantix
4433 days ago
Yes, I was wondering how to fully replicate the effect without the need for the app.
link