A simple white balance algorithm that works by independently stretching each of the input image channels to the specified range. For increased robustness it ignores the top and bottom \(p\%\) of pixel values.
More...
#include "white_balance.hpp"
A simple white balance algorithm that works by independently stretching each of the input image channels to the specified range. For increased robustness it ignores the top and bottom \(p\%\) of pixel values.
◆ getInputMax()
virtual float cv::xphoto::SimpleWB::getInputMax |
( |
| ) |
const |
|
pure virtual |
◆ getInputMin()
virtual float cv::xphoto::SimpleWB::getInputMin |
( |
| ) |
const |
|
pure virtual |
◆ getOutputMax()
virtual float cv::xphoto::SimpleWB::getOutputMax |
( |
| ) |
const |
|
pure virtual |
◆ getOutputMin()
virtual float cv::xphoto::SimpleWB::getOutputMin |
( |
| ) |
const |
|
pure virtual |
◆ getP()
virtual float cv::xphoto::SimpleWB::getP |
( |
| ) |
const |
|
pure virtual |
Percent of top/bottom values to ignore.
- See also
- setP
◆ setInputMax()
virtual void cv::xphoto::SimpleWB::setInputMax |
( |
float |
val | ) |
|
|
pure virtual |
◆ setInputMin()
virtual void cv::xphoto::SimpleWB::setInputMin |
( |
float |
val | ) |
|
|
pure virtual |
◆ setOutputMax()
virtual void cv::xphoto::SimpleWB::setOutputMax |
( |
float |
val | ) |
|
|
pure virtual |
◆ setOutputMin()
virtual void cv::xphoto::SimpleWB::setOutputMin |
( |
float |
val | ) |
|
|
pure virtual |
◆ setP()
virtual void cv::xphoto::SimpleWB::setP |
( |
float |
val | ) |
|
|
pure virtual |
Percent of top/bottom values to ignore.
- See also
- getP
The documentation for this class was generated from the following file:
- /build/opencv-3.2.0+dfsg.1/contrib/modules/xphoto/include/opencv2/xphoto/white_balance.hpp