Skip to content

An example for calibrating and correcting white balance of images.

License

Notifications You must be signed in to change notification settings

ZJUDancer/white-balancer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

white-balancer-example

An example for calibrating and correcting white balance of images.

Build

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

Arguments

USAGE:

   ./white_balancer  [-i <string>] [-d <string>] [--] [--version] [-h]


Where:

   -i <string>,  --image <string>
     Input image for calibrating white balance gains

   -d <string>,  --device <string>
     Path to camera device or video file

   -h,  --help
     Displays usage information and exits.


   White balancer for live video stream

About

An example for calibrating and correcting white balance of images.

Resources

License

Stars

Watchers

Forks

Packages

No packages published