Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.29 KB

File metadata and controls

28 lines (21 loc) · 1.29 KB

DoF-guided-reflection-removal-algorithm

When taking photos through transparent surfaces, the captured pictures are usually a mixture of both the desired scene and undesired reflections. Our project aims at separating the desired scene from the undesired reflections using reflection removal techniques. Various methods have been proposed for achieving this target. In this project we focus on removing the reflection using a single image based on Depth of Field (DoF) confidence maps.

hover text

Requirements

MATLAB version: R2018b or above

Installation

  * Clone this repo in your local machine usine 'git clone https://github.com/sid888gaur/DepthofField-guided-reflection-removal.git'

Running tests

  * Open Driver.m in MATLAB
  * Press F5 to run the code

Refrences