Skip to content

RohanChacko/Image-reflection-removal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.