Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In an imaging system, the sensor is only capable of recording the phase ( or angle: { : x ( 1 , 2 ) )

In an imaging system, the sensor is only capable of recording the "phase" (or angle:
{:x(1,2)) of the input image (we mean; the angle of the Fourier transform, of course).
In fact, many infrared imaging systems work that way! Starting from this phase
information, and knowing the image size and the dynamic range of the image, we construct
the following iterative algorithm:
As you can see, there are three projection operations here. In the first, the Fourier
Transform of the image is forced to have the phase: . In the second, The out-of-image-
bounds is set to zero value. In the third, The pixel values are forced to be between 0 and
b) Implement this algorithm with a Matlab program. Take a small (like,64x64)
Matlab test image, and run your program. Take snapshots of your intermediate
results (during various spteps of your iteratiob) and put these results on your
exam paper as well as your program listing. As a suggestion, I recommend that,
if your image is 6464, the Fourier transform (FFT) size should better be taken
as at least 256256. Your submission must include initial, some intermediate,
and final recunstruction images, as well as the ".m" file script.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions