MATLAB implementation of Image Reflection Removal using Ghosting Cues, CVPR 2015
deghost_image <path_to_image>
deghost_image '../tests/test_6.png'
The output is stored in the current working directory.
├── 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
MATLAB implementation takes 40 minutes on 30 CPUs to process an input RGB image of size 400 × 600.
This project is licensed under the MIT License - see the LICENSE file for details