Pseudo-Inverse Filtering
Building the Cantata Workspace
- Get the float type blurred image $DIP/data/lenina-blur-float.viff
and convert its pixel type to unsigned byte using operators
User defined and
Convert Type operators. Display the blurred image.
- Subtract the float type image from the unsigned byte image and display it.
- Use the same steps of the building
the workspace for inverse filtering lesson to find the restored
image.
- Implement the pseudo-inverse filter by performing a threshold on the
magnitude of the DFT of the kernel filter. Then multiply it to the ideal
inverse filtering. Find the restored image for this case.
- Use operator
Inverse Filter to implement directly pseudo-inverse filtering.
Exercises
DIP Feedback Form