Skip to content

ZJUDancer/color-segmentation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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