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, equalizeHistCopyright © 2020. All rights reserved.