public class WhiteBalancer extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
WhiteBalancer(long addr) |
Modifier and Type | Method and Description |
---|---|
static WhiteBalancer |
__fromPtr__(long addr) |
void |
balanceWhite(Mat src,
Mat dst)
Applies white balancing to the input image
|
protected void |
finalize() |
clear, empty, getDefaultName, getNativeObjAddr, save
public static WhiteBalancer __fromPtr__(long addr)
public void balanceWhite(Mat src, Mat dst)
src
- Input imagedst
- White balancing result
SEE: cvtColor, equalizeHistGenerated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2