• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    C++
  • License
    Other
  • Created almost 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Real-time traffic sign detection using Gielis curves

traffic-sign-detection

Real-time traffic sign detection using Gielis curves

System & dependencies

System requirements:

  • Ubuntu 14.04
  • CMake 2.8.12
  • Eigen 3.2.0
  • OpenCV 2.4.8
  • GTest 1.6.0

CMake Library

sudo apt-get install cmake

The version available in Ubuntu 14.04 repositories is CMake 3.2.2

Eigen Library

sudo apt-get install libeigen3-dev

The version available in Ubuntu 14.04 repositories is Eigen 3.2.0

OpenCV Library

sudo apt-get install libopencv-dev

The version available in Ubuntu 14.04 repositories is OpenCV 2.4.8

Google tests

sudo apt-get install libgtest-dev

The version available in Ubuntu 14.04 repositories is GTest 1.6.0

However, this command only downloads the source that you need to compile.

cd /usr/src/gtest
sudo cmake CMakeLists.txt
sudo make

# copy or symlink libgtest.a and libgtest_main.a to your /usr/lib folder
sudo cp *.a /usr/lib

The version available in Ubuntu 14.04 repositories is GTest 1.6.1

Compilation

  • Create a build folder:

mkdir build

  • Move to the created folder:

cd build

  • Create the MakeFile via cmake:

cmake ../src

  • Compile the code to generate the executable:

make or make -j n where n is the number of cores to use for the compilation

  • A folder bin will be created at the same level as the build directory.

  • In order to run the code:

../bin/main ../test-images/different0035.jpg

More Repositories

1

BM3D

Clone from http://www.cs.tut.fi/~foi/GCF-BM3D/index.html#ref_software
MATLAB
82
star
2

pyparis-2018-sklearn

PyParis tutorial on machine learning using scikit-learn
Jupyter Notebook
74
star
3

pydata_berlin_2022_scikit_learn_tutorial

Scikit-learn tutorial on model inspection given in PyConDE & PyData Berlin 2022
Jupyter Notebook
21
star
4

scikit-learn-workshop-2019

Jupyter Notebook
13
star
5

trail_seminar

Jupyter Notebook
10
star
6

fdasrsf

C
10
star
7

glemaitre.github.io

Personal webpage
CSS
10
star
8

datascience_starter_course

Jupyter Notebook
9
star
9

summer_school_2018

Jupyter Notebook
7
star
10

protoclass

This toolbox should be the nexus of Medical Image Analysis, Computer Vision, Machine Learning and Pattern Recognition
OpenEdge ABL
7
star
11

eupython_2022

Jupyter Notebook
6
star
12

datascience_middle_course

Introduction to data science course
Jupyter Notebook
6
star
13

euroscipy-2023-scikit-image

Scikit-image tutorial for EuroSciPy 2023
Jupyter Notebook
5
star
14

cmake-skeleton

C++ skeleton project with cmake support
CMake
4
star
15

camcan_analysis

Analyzing fMRI and behavioral data from Cam-CAN dataset.
Jupyter Notebook
3
star
16

ca_09_2020

Jupyter Notebook
2
star
17

talks

Jupyter Notebook
1
star
18

notebook

Jupyter Notebook
1
star
19

unbalanced_dataset_jmlr

TeX
1
star
20

H2020-MSCA-IF-2016

TeX
1
star
21

book-chapter-thesis

TeX
1
star
22

phd_thesis

TeX
1
star
23

x_exed_12_2018

Jupyter Notebook
1
star
24

dssp_10_2019

Jupyter Notebook
1
star
25

unsupervided_learning

Jupyter Notebook
1
star
26

tutorial-ros-2

1
star
27

smob_paristech_12_2018

Jupyter Notebook
1
star
28

jupyterlite_dsc

Jupyter Notebook
1
star
29

glemaitre

1
star
30

euroscipy-2017

Jupyter Notebook
1
star
31

cmake-qt5-gtest-skeleton

CMake
1
star
32

presentation_phd

TeX
1
star