Skip to content

shadowsaber16/reflection_removal_using_ghosting_effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published