Package org.opencv.xphoto
Class SimpleWB
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.xphoto.WhiteBalancer
-
- org.opencv.xphoto.SimpleWB
-
public class SimpleWB extends WhiteBalancer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleWB(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleWB
__fromPtr__(long addr)
protected void
finalize()
float
getInputMax()
float
getInputMin()
float
getOutputMax()
float
getOutputMin()
float
getP()
void
setInputMax(float val)
void
setInputMin(float val)
void
setOutputMax(float val)
void
setOutputMin(float val)
void
setP(float val)
-
Methods inherited from class org.opencv.xphoto.WhiteBalancer
balanceWhite
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static SimpleWB __fromPtr__(long addr)
-
getInputMax
public float getInputMax()
-
getInputMin
public float getInputMin()
-
getOutputMax
public float getOutputMax()
-
getOutputMin
public float getOutputMin()
-
getP
public float getP()
-
setInputMax
public void setInputMax(float val)
-
setInputMin
public void setInputMin(float val)
-
setOutputMax
public void setOutputMax(float val)
-
setOutputMin
public void setOutputMin(float val)
-
setP
public void setP(float val)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classWhiteBalancer
- Throws:
java.lang.Throwable
-
-