# ShadowRemoval
**Repository Path**: x_c9311/ShadowRemoval
## Basic Information
- **Project Name**: ShadowRemoval
- **Description**: 阴影处理算法
- **Primary Language**: Matlab
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2022-03-25
- **Last Updated**: 2022-03-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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).