![]() |
OpenCV
3.1.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>Namespaces | |
| cv | |
| cv::xphoto | |
Enumerations | |
| enum | cv::xphoto::WhitebalanceTypes { cv::xphoto::WHITE_BALANCE_SIMPLE = 0, cv::xphoto::WHITE_BALANCE_GRAYWORLD = 1 } |
| various white balance algorithms More... | |
Functions | |
| void | cv::xphoto::autowbGrayworld (InputArray src, OutputArray dst, float thresh=0.5f) |
| Implements a simple grayworld white balance algorithm. More... | |
| void | cv::xphoto::balanceWhite (const Mat &src, Mat &dst, const int algorithmType, const float inputMin=0.0f, const float inputMax=255.0f, const float outputMin=0.0f, const float outputMax=255.0f) |
| The function implements different algorithm of automatic white balance,. More... | |
1.8.9.1