Code Monkey home page Code Monkey logo

adc_rlm_ovc's Introduction

Overview

M. B. de Paula and C. R. Jung, "Automatic Detection and Classification of Road Lane Markings Using Onboard Vehicular Cameras," in IEEE Transactions on Intelligent Transportation Systems, vol. 16, no. 6, pp. 3160-3169, Dec. 2015.

Please cite the above publication if you use this code. DOI

Requirements

The system was implemented and tested in C++ (GCC 4.8.2 compiler), using the Open source Computer Vision library (shortly OpenCV) Version 2.4.9 and the Open Multi-Processing (OpenMP) API.

The dataset used in this work with the corresponding ground truth data, as well as video sequences showing the results of our method, are publicly available at http://tinyurl.com/y9wdfhwp.

Configuration

xml file

  • path_in: path to the video file
  • fileName: video file name
  • initFrame: number of the first frame
  • framesToTrain: number of frames used to train the linear parabolic model
  • framesToTest: number of frames used to test the linear parabolic model

RoadMark.cpp file

setNewPathOut("~/adc_rlm_ovc_output/"); // output directory
setPathToRoadMarkingsImages("./road_lane_images/"); // road lane images directory that will be used to show the type of the classified lane (dashed, solid, etc)

Running the code

Syntax

./adc_rlm_ovc <XML_config_file> <clipName>

Example

./adc_rlm_ovc i5s.xml clip_i5s_0096

Output

adc_rlm_ovc's People

Contributors

maubrapa avatar

Stargazers

 avatar  avatar  avatar Mahdi Elhousni avatar  avatar gogojjh avatar

Watchers

 avatar

adc_rlm_ovc's Issues

Timer.h not found

I get the following error when compiling master:

Building CXX object CMakeFiles/adc_rlm_ovc.dir/src/main.cpp.o
In file included from ~/ladc_rlm_ovc/src/main.cpp:12:0:
~/adc_rlm_ovc/src/RoadMark.h:25:19: fatal error: Timer.h: No such file or directory
compilation terminated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.