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