Package org.opencv.photo
Class CalibrateDebevec
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.photo.CalibrateCRF
-
- org.opencv.photo.CalibrateDebevec
-
public class CalibrateDebevec extends CalibrateCRF
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCalibrateDebevec(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CalibrateDebevec__fromPtr__(long addr)protected voidfinalize()floatgetLambda()booleangetRandom()intgetSamples()voidsetLambda(float lambda)voidsetRandom(boolean random)voidsetSamples(int samples)-
Methods inherited from class org.opencv.photo.CalibrateCRF
process
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static CalibrateDebevec __fromPtr__(long addr)
-
getRandom
public boolean getRandom()
-
getLambda
public float getLambda()
-
getSamples
public int getSamples()
-
setLambda
public void setLambda(float lambda)
-
setRandom
public void setRandom(boolean random)
-
setSamples
public void setSamples(int samples)
-
finalize
protected void finalize() throws Throwable- Overrides:
finalizein classCalibrateCRF- Throws:
Throwable
-
-