Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an image converted to the frequency domain using FFT (i.e. I have a matrix of complex values). I want to apply a High Pass filter to enhance edges. This should be a straight multiplication to every pixel using the Filter.

How do I create the filter? I understand that it means zeroing all frequency components bellow a cutoff frequency. But my Matrix is simply a bunch of "a + bi" values....

What am I zeroing? Which ones?

Been to long since my Signals and Systems studies... oi.
Posted
Updated 28-Dec-09 3:25am
v2

1 solution

wrote:
I understand that it means zeroing all frequency components bellow a cutoff frequency. But my Matrix is simply a bunch of "a + bi" values....

So you iterate over them and zero the elements below the cutoff.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900