From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

phase unwrapping

Can anyone  explain how to extract phase information from a complex image, plotting it in 3D and unwrap it. I couldn't find any module for phase unwrapping like the unwrap code in matlab

0 Kudos
Message 1 of 5
(5,316 Views)

Hello,

 

you need to perform FFT on the image and calculate the phase using the imaginary and real part. The phase is calculated as atan2(Im,Re).

 

Then unwrap the phase (see a similar thread here: http://forums.ni.com/t5/LabVIEW/How-to-unwrap-a-2D-phase-map/td-p/2477554).

 

Best regards,

K

 


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 2 of 5
(5,280 Views)

The link is not working.

0 Kudos
Message 3 of 5
(5,269 Views)

Hello,

 

sorry, the ".)" at the end are not valid.

 

http://forums.ni.com/t5/LabVIEW/How-to-unwrap-a-2D-phase-map/td-p/2477554

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 4 of 5
(5,261 Views)

Thank you Klemen... I will update the progress soon. After some working I used Comlexplane to image for retreiving the phase image. Is the resulting phase information is similar to atan2(Re Im).

0 Kudos
Message 5 of 5
(5,239 Views)