Example for color segmentation.
- You need to install essential libraries before building:
OpenCV
libtclap-dev
- Build
$ cd /path/to/this/repo
$ mkdir build && cd build
$ cmake .. & make -j
USAGE:
./color_segmentation [-d <string>] [--] [--version] [-h]
Where:
-d <string>, --device <string>
path to camera device
-h, --help
Displays usage information and exits.
Color segmentation for live video stream