Skip to content

Extended-Object-Detection-ROS/algorithmic_complexity_calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithmic_complexity_calculation

Experimental calculation of algorithmic complexity

Install

git clone --recurse-submodules https://github.com/Extended-Object-Detection-ROS/algorithmic_complexity_calculation

Build

cd algorithmic_complexity_calculation
mkdir build
cd build
cmake ..
make
cd ..

Launch

BB_matching

  1. Collect data
./build/bb_matching 0 900 100 2 data/bb_matching_0_900.csv 
  1. Anylize data
python3 src/bb_matching_analyze.py --file data/bb_matching_0_900.csv

About

Experimental calculation of algorithmic complexity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published