Re: [Algorithms] lens blur (or Bokeh filter)
Brought to you by:
vexxed72
|
From: Richard F. <ra...@gm...> - 2008-11-24 10:42:57
|
I'd just get your standard Depth of field functions working, then change the blurring stage. It does seem that the only real difference is that intead of being a gaussian blur, it's just a case of a shape blur. If you can follow a depth of fielf "howto", then you should be able to adjust the final result quite simply. 2008/11/24 Pavel Tumik <pav...@gm...> > Hi, > I'm trying to find out how lens blur algorithm is working. For example > it is implemented in Photoshop: > http://www.computer-darkroom.com/tutorials/tutorial_9_1.htm > it's also known as Bokeh effect: > http://en.wikipedia.org/wiki/Bokeh > > Does anyone know how can I implement this algorithm? Any links will be > highly appreciated. Failed to find anything useful in google. > > Thanks in advance. > > -- > Best regards, > Pavel Tumik > mailto: pav...@gm... > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > GDAlgorithms-list mailing list > GDA...@li... > https://lists.sourceforge.net/lists/listinfo/gdalgorithms-list > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_name=gdalgorithms-list > -- fabs(); Just because the world is full of people that think just like you, doesn't mean the other ones can't be right. |