Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > OpenGL 3D API > Blurring an ima...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 4800 of 4952
Post > Topic >>

Blurring an image in OpenGL

by skolaric <Sinisa.Kolaric@[EMAIL PROTECTED] > Jun 17, 2008 at 10:02 AM

Hi, I am trying to figure out the fastest way to blur an image in
OpenGL, using either the fixed or programmable pipeline functionality.
So far, the methods I found are:

- a classic convolution - gets very slow for big kernels

- convolution with separable filters - much faster

- mipmapping the image (for example, mipmapping a 800x600 image gives
400x300, 200x150 and 100x75 images), then exploding mipmap levels to
the original resolution (800x600) using linear/bilinear/trilinear
filtering.

- any other?

Basically, I would like to hear about your experiences when
implementing blur, and which approach in your opinion would give the
best results in terms of short computation time (primary criterion)
and good quality of blur (secondary criterion).
 




 3 Posts in Topic:
Blurring an image in OpenGL
skolaric <Sinisa.Kolar  2008-06-17 10:02:03 
Re: Blurring an image in OpenGL
fungus <openglMYSOCKS@  2008-06-17 10:39:31 
Re: Blurring an image in OpenGL
fungus <openglMYSOCKS@  2008-06-17 10:41:59 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 6 15:08:07 CDT 2008.