Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 543 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 543 Bytes

color-segmentation-example

Example for color segmentation.

Build

  1. You need to install essential libraries before building:
  • OpenCV
  • libtclap-dev
  1. Build
$ cd /path/to/this/repo
$ mkdir build && cd build
$ cmake .. & make -j

Arguments

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