Overview

Code for ACM MM2016 paper "A Novel Shadow-Free Feature Extractor for Real-Time Road Detection" ( ieeexplore paper html pdf )

This project is part of OpenVehicleVision.

Shaffer takes a color image as input and outputs a grayscale image, where the shadows are disappeared (as shown below). The required parameter, bias, is camera dependent, so we only need to calibrate once for images captured with same camera settings.

Before:

After:
Your browser does not support the canvas tag.