Unwrap only operates on columns, so it ignores phase gradients across the rows. 2D phase unwrapping is not as straightforward as 1D, but there are several implementations of different algorithms on the File Exchange.
eliminate phase jumps in unwrapping
13 次查看(过去 30 天)
显示 更早的评论
Hi everyone. I'm unwrapping the phase of a hemisphere image, using MATLAB unwrap function. the image contains vertical lines. the function 'unwrap' works well for a constant surface but it doesn't for the hemisphere. there are some jumps in the unwrapped image.
I use the function in the form of:
UnwrappedImage7=unwrap(unwrap(PHI,[],2),[],1);
Do you have any sugestions to eliminate the jumps?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!