contour-creator/build&run.sh

7 lines
173 B
Bash
Raw Normal View History

2024-04-06 15:49:44 +00:00
#! /bin/sh
2024-04-11 13:25:30 +00:00
rm -rf build
2024-04-06 15:49:44 +00:00
mkdir build
cmake -DCMAKE_BUILD_TYPE=Debug -B build
cmake --build build --parallel
2024-05-07 11:29:49 +00:00
build/contour-creator --interval=1 --blur example_files/crop.tif