This repository used cpp to reproduce drr_utils
see details
- [*] main_drr_detection_dataset.cpp
- [*] main_drr_segmentation_dataset.cpp
Install
# install yaml-cpp
git clone https://github.com/jbeder/yaml-cpp.git
cd yaml-cpp && mkdir build && cd build
cmake ..
sudo make install
# install boolst
sudo apt-get install libboost-all-dev
# install matplotlibcpp
git clone https://github.com/lava/matplotlib-cpp.git
cd matplotlib-cpp && mkdir build && cd build
cmake ..
sudo make install
# install opencv
sudo apt-get install libopencv-dev
Run
mkdir build
cd build
cmake ..
make
# if regenerate from zero just ran the follow command
./main_drr_detection_dataset -r true
# generating data from where you left off
./main_drr_detection_dataset