I’m trying to figure out how to do this programatically, but despite all of my Googling I cannot figure out how this is down.
The lens blur is different than the Gaussian blur which looks very computer generated.
Thanks for the help!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t state what language you’re after, but Java can do a lot of image processing, check out this link:
jhlabs blurring examples
It even includes the lens blur effect you are after.