From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D Fourier Transform of an image to remove grating

I'm trying to remove a grating that has been added to my image:

Beeldbewerking tralie opgave.jpg

 

My plan is to perform a 2D Fourier transform of the image. The grating will come up as a block signal, so that's an infinite series of frequency, growing weaker as it goes to higher and higher components. So I want to block those frequences whilst at the same time preserving my image as much as possible (I know this is kinda contradictory).

 

Unfortunately, I am failing at the first step: transforming it to the Fourier domain. This is my code:

snippet1.PNG

 

When I try to run it I get this error.

snippet2.PNG

 

Anyone have any ideas to fix this?

 

0 Kudos
Message 1 of 2
(2,849 Views)

Hi Choisai,

 

I found a Knowledge Base that possibly will help you, check the following link: http://digital.ni.com/public.nsf/allkb/12039EFD213AD08086257B6E0030FDC6?OpenDocument

 

One more thing.. I do not see anywhere assigned path to get the image, which in future will throw an error for sure.

 

Best,

 

Bozhidar

0 Kudos
Message 2 of 2
(2,809 Views)