Package | Description |
---|---|
org.opencv.xphoto |
Modifier and Type | Class and Description |
---|---|
class |
GrayworldWB
Gray-world white balance algorithm
This algorithm scales the values of pixels based on a
gray-world assumption which states that the average of all channels
should result in a gray image.
|
class |
LearningBasedWB
More sophisticated learning-based automatic white balance algorithm.
|
class |
SimpleWB
A simple white balance algorithm that works by independently stretching
each of the input image channels to the specified range.
|
Modifier and Type | Method and Description |
---|---|
static WhiteBalancer |
WhiteBalancer.__fromPtr__(long addr) |
Copyright © 2020. All rights reserved.