Free Academic Seminars And Projects Reports
An Object Oriented Approach to Image Restoration in Matlab - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Seminars Topics And Discussions (https://easyreport.in/forumdisplay.php?fid=30)
+--- Forum: Miscellaneous Seminars Topics (https://easyreport.in/forumdisplay.php?fid=21)
+---- Forum: General Seminar Topics (https://easyreport.in/forumdisplay.php?fid=58)
+---- Thread: An Object Oriented Approach to Image Restoration in Matlab (/showthread.php?tid=45626)



An Object Oriented Approach to Image Restoration in Matlab - syed...ptb - 10-04-2017

An Object Oriented Approach to Image Restoration in Matlab

[attachment=478]

Regularization by Filtering

One method to choose regularization parameters is:
Generalized Cross Validation
For example, in Tikhonov, choose to minimize

Computational Issues:

1. Choose an appropriate basis for U and V
e.g., singular vectors, Fourier vectors, ..
2. Efficient algorithm (speed and storage) to compute

Iterative Regularization

Some examples:
1. Conjugate Gradient (CG)
2. (Constrained) Steepest Descent (EM-LS)
3. Lucy-Richardson (EM-ML)

To-Do List
Stopping criteria for iterative methods.
Better understanding of preconditioning EM-LS.
Include other regularization by filtering methods.
Include other iterative regularization methods.
(e.g., Blind Image Restoration Plemmons, Jefferies)
Test codes using more real applications.