Gaussian Blur matrix values

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi, Im currently using a code able to apply a convolution matrix transform to a Bitmap in C#. Well, I have the code, but I dont have the matrix values to apply the Gaussian Blur filter.
I recently found this:
1 2 1<br/>
2 4 2<br/>
1 2 1
However I need something more powerful, stronger. I wish the user can modify, with a Track Bar its value exponentially.
Can you help me?
Regards,
Benjamin

View the full article
 
Back
Top