cstudent
May 19th, 2002, 12:26 PM
How to implement a simple low pass filter for image manipulation?
By convolution or multiplication? In image or frequency domain?
By convolution or multiplication? In image or frequency domain?
|
Click to See Complete Forum and Search --> : low pass filter cstudent May 19th, 2002, 12:26 PM How to implement a simple low pass filter for image manipulation? By convolution or multiplication? In image or frequency domain? proxima centaur May 19th, 2002, 09:22 PM You could do it using a convolution kernel in the "color" domain. But might I suggest you have a look at OpenCV: http://sourceforge.net/projects/opencvlibrary/ It implements all normal and common image processing algorithms and also some computer vision algorithms. When you start using it, you just can't stop! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |