FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Discussion
   General Processing Discussion
(Moderators: fry, REAS)
   A pretty fast gaussian blur effect
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: A pretty fast gaussian blur effect  (Read 754 times)
Quasimondo

WWW Email
A pretty fast gaussian blur effect
« on: Feb 23rd, 2004, 12:10am »

As I just started to get my hands dirty with Processing and have not been to the forum very long I don't know if this is interesting to anybody:
 
I created a gaussian blur class which I think is quite speedy (for a gaussian blur that is). But perhaps someone knows a faster implementation that I didn't find?
 
Demo: http://incubator.quasimondo.com/processing/gaussian_blur_1.php
 
Sourcecode: http://incubator.quasimondo.com/processing/fastblur.pde
 

Mario Klingemann | Quasimondo | Incubator | côdeazur
amoeba

WWW
Re: A pretty fast gaussian blur effect
« Reply #1 on: Feb 23rd, 2004, 11:14am »

Wow, that's great. I was thinking of a blur function for a sketch just a few days ago. It would be useful in combination with trails, even though that's an effect that's becoming a bit of a cliche.
 
Maybe you should post your code in the Tools forum? That way it's easy to find.
 

marius watz // amoeba
http://processing.unlekker.net/
REAS


WWW
Re: A pretty fast gaussian blur effect
« Reply #2 on: Feb 24th, 2004, 9:13am »

Quasimondo,
 
It's wonderful to see you on this board.  
I'm looking forward to seeing what your Incubator will bring.
 
+ Casey
 
 
Quasimondo

WWW Email
Re: A pretty fast gaussian blur effect
« Reply #3 on: Feb 24th, 2004, 1:50pm »

Thanks for the warm welcome Casey! I will try gain some speed and so that I'm able to contribute stuff that is new and interesting - which will not be an easy task I fear: the quality and variety of the things that have been done already with Processing is really amazing.
 

Mario Klingemann | Quasimondo | Incubator | côdeazur
Pages: 1 

« Previous topic | Next topic »