/ShadowRemoval

MATLAB implementation of the paper "A New Shadow Removal Method using Color-Lines", CAIP 2017

Primary LanguageMATLABMIT LicenseMIT

Shadow Removal using Color-Lines

Code for the paper "A New Shadow Removal Method using Color-Lines", International Conference on Computer Analysis of Images and Patterns (CAIP), 2017.

Getting Started

Requirement

This code was tested on MATLAB 2016b on x64 windows.

Usage

demo.m presents a simple interaction for shadow removal.

You can deshadow your image with the following script:

img_shadow = im2double(imread('PHOTO_PATH'));
img_deshadow = shadowRemoval(img_shadow);

Results

bibtex

@inproceedings{yu2017shadow,
title={A New Shadow Removal Method using Color-Lines},
author={Yu, Xiaoming and Li, Ge and Ying, Zhenqiang and Guo, Xiaoqiang},
booktitle={International Conference on Computer Analysis of Images and Patterns},
year={2017}, }

Contact

Feel free to reach me if there is any questions (Xiaoming-Yu@pku.edu.cn).