Package org.opencv.xphoto
Class GrayworldWB
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.xphoto.WhiteBalancer
-
- org.opencv.xphoto.GrayworldWB
-
public class GrayworldWB extends WhiteBalancer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GrayworldWB(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GrayworldWB
__fromPtr__(long addr)
protected void
finalize()
float
getSaturationThreshold()
void
setSaturationThreshold(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 GrayworldWB __fromPtr__(long addr)
-
getSaturationThreshold
public float getSaturationThreshold()
-
setSaturationThreshold
public void setSaturationThreshold(float val)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classWhiteBalancer
- Throws:
java.lang.Throwable
-
-