reflection-removal

Image Reflection Removal using Ghosting Cues

Matlab Matlab

Overview

MATLAB implementation of Image Reflection Removal using Ghosting Cues, CVPR 2015

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