Skip to content

ShashwatNigam99/reflection-removal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Reflection Removal using Ghosting Cues

Matlab Matlab

Overview

Code

Running the code

deghost_image <path_to_image>

For example

deghost_image '../tests/test_6.png'

Output

The output is stored in the current working directory.

Directory structure

├── code : Contains the source code and associated libraries
├── documents : 
    ├── presentations : Presentations for mid & final evaluation
    ├── reference_papers : Papers referred regarding the project
    └── reports : Reports for mid & final evaluation
├── images : Sample input images
└── results : Outputs from the algorithm on the images in the test folders

Performance

MATLAB implementation takes 40 minutes on 30 CPUs to process an input RGB image of size 400 × 600.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 39.9%
  • Roff 35.5%
  • C 14.1%
  • MATLAB 5.6%
  • HTML 4.6%
  • Makefile 0.2%
  • Shell 0.1%