Turning Back Time: Computational Techniques for Star Trail Removal from Long-Exposure Astrophotography
Deconvolution Results. A - Original Image, B - Wiener Deconvolution, C - Richardson-Lucy Deconvolution, D - Vanilla Gradient Descent, E - FISTA, F - FISTA + TV, G - ADMM, H - ADMM + TV
- Nikhil Gandudi Suresh
- Avanti Bhandarkar
Presentation Slides
Project Proposal
Project Report
-
Data
stores all the images we used for this project (real and synthetic).binary_timed
- clustered version of timedreal
- unused images (except star3.jpg)synthetic
- randomly generated pixel imagetimed
- all images with time of exposure metadata available
-
Documents
- stores all our submitted documentsProposal
Report
- TO ADDSlides
-
Notebooks
- stores our Jupyter Notebooksimage_recovery
- recover the real image with star trails removed + replaced with reconstructionmain
- contains all the utils functions, preprocessing pipeline, deconvolution manager and some outputs (real and synthetic)star_clustering
- K Means binary clustering and user center selection code