Overview | Installation | Setup | Acknowledgment | License
Code for the ISM 2015 paper "Illumination-Robust Approach for Feature-Based Road Detection" ( ieeexplore paper html pdf )
@INPROCEEDINGS{ying2015ism,
author={Z. Ying and G. Li and G. Tan},
booktitle={2015 IEEE International Symposium on Multimedia (ISM)},
title={An Illumination-Robust Approach for Feature-Based Road Detection},
year={2015},
pages={278-281},
keywords={feature extraction;image colour analysis;intelligent transportation systems;cast shadows;feature-based method;grayscale image;illumination-related effects;input color image;intelligent vehicle systems;lane-marking detection;road boundary lines;road detection algorithms;Feature extraction;Gray-scale;Image color analysis;Image edge detection;Lighting;Roads;Transforms;image processing;intelligent vehicle systems;lane detection;road detection},
doi={10.1109/ISM.2015.46},
month={Dec},}
- Download roma dataset from official website or baiduyun
OpenVehicleVision/datasets/ROMA/roma.zip
. - Download latest released code .
./add_to_path % required libraries
./roma % roma dataset
./roadDetection.m % main algorithm
./demo.m
- Open Matlab and
cd your_path
e.g.cd E:\Documents\MATLAB\s-prime
- Add
add_to_path
to matlab path. - Run
demo
. (ordemo method roma_dataset_path
e.g.demo ours E:\Documents\MATLAB\s-prime\roma
), then the detection results will be displayed and be stored to subfolder.\result-*
, after processing all the result, an evaluation report will be generated automatically in latex, see.\result-*\evaluation.tex
This project was supported by Shenzhen Peacock Plan (20130408-183003656), and by Science and Technology Planning Project of Guangdong Province, China (No. 2014B090910001).
Copyright (c) 2015-2016 Zhenqiang Ying
Licensed under the MIT license.