public class SimpleWB extends WhiteBalancer
Modifier | Constructor and Description |
---|---|
protected |
SimpleWB(long addr) |
Modifier and Type | Method and Description |
---|---|
static SimpleWB |
__fromPtr__(long addr) |
protected void |
finalize() |
float |
getInputMax()
Input image range maximum value
SEE: setInputMax
|
float |
getInputMin()
Input image range minimum value
SEE: setInputMin
|
float |
getOutputMax()
Output image range maximum value
SEE: setOutputMax
|
float |
getOutputMin()
Output image range minimum value
SEE: setOutputMin
|
float |
getP()
Percent of top/bottom values to ignore
SEE: setP
|
void |
setInputMax(float val)
getInputMax SEE: getInputMax
|
void |
setInputMin(float val)
getInputMin SEE: getInputMin
|
void |
setOutputMax(float val)
getOutputMax SEE: getOutputMax
|
void |
setOutputMin(float val)
getOutputMin SEE: getOutputMin
|
void |
setP(float val)
getP SEE: getP
|
balanceWhite
clear, empty, getDefaultName, getNativeObjAddr, save
public static SimpleWB __fromPtr__(long addr)
public float getInputMax()
public float getInputMin()
public float getOutputMax()
public float getOutputMin()
public float getP()
public void setInputMax(float val)
val
- automatically generatedpublic void setInputMin(float val)
val
- automatically generatedpublic void setOutputMax(float val)
val
- automatically generatedpublic void setOutputMin(float val)
val
- automatically generatedpublic void setP(float val)
val
- automatically generatedprotected void finalize() throws Throwable
finalize
in class WhiteBalancer
Throwable
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2