Sagekilla
4th December 2008, 14:36
Does anyone know if it's possible, or if you can currently do this? I was thinking about it and it sounds like it could be useful to filter images based on the frequency domain.
An idea I had would be (pseudo code):
Find all frequencies above some value (basically a high pass) OR between two frequencies.
Create a mask of the video/image based on this.
Apply your filter of choice
Apply the mask from before to only affect your select frequency range
I thought it could be useful to filter out any extremely high frequency noise or otherwise do some neat tricks. I'm not sure if this is practical or anything, but just an idea :)
Also, is there anything that could create a frequency domain based mask?
An idea I had would be (pseudo code):
Find all frequencies above some value (basically a high pass) OR between two frequencies.
Create a mask of the video/image based on this.
Apply your filter of choice
Apply the mask from before to only affect your select frequency range
I thought it could be useful to filter out any extremely high frequency noise or otherwise do some neat tricks. I'm not sure if this is practical or anything, but just an idea :)
Also, is there anything that could create a frequency domain based mask?