Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.71 KB

File metadata and controls

66 lines (50 loc) · 1.71 KB

Single image reflection removal using ghosting cues


  • Aniketh Redimi
  • Ashuthosh Bharadwaj
  • Eshan Gupta
  • Saravanan Senthil

Referenced from the paper: Reflection Removal by Ghost Effect from A Single Image

installation:

git clone https://github.com/Digital-Image-Processing-IIITH/dip-project-photo.git
pip install opencv-python numpy matplotlib scipy tqdm

File and folder descriptions:

.
├── README.md
├── documents
│   ├── DIP_Project_Slides.pdf
│   ├── ghost_hidden.pdf
│   └── proposal.pdf
├── guidelines.md
└── src
    ├── 1.ipynb
    ├── FastSingleImageReflectionSuppression
    ├── Testing_grounds.ipynb
    ├── complete_pipeline.ipynb
    ├── guiFSR.py
    ├── imgs
    └── utils.py

Process

Shift determination

image

Gradient seperation

image

Reconstruction with median

image

Reconstruction with inverse FSR

image

Fast single reflection removal using convex optimization

result

image

GUI

image