Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 925 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 925 Bytes

Image reflection removal using ghosting cues

Overview

Overview

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

├── docs : Holds the project proposal and the final presentation.
├── results : Results of running the implementation on the images in the tests folder
├── src : Contains the source code and associated libraries.
└── tests : Contains sample test images.