Package org.opencv.photo
Class CalibrateRobertson
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.photo.CalibrateCRF
- 
- org.opencv.photo.CalibrateRobertson
 
 
 
- 
 public class CalibrateRobertson extends CalibrateCRF Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. This algorithm uses all image pixels. For more information see CITE: RB99 .
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedCalibrateRobertson(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CalibrateRobertson__fromPtr__(long addr)protected voidfinalize()intgetMaxIter()MatgetRadiance()floatgetThreshold()voidsetMaxIter(int max_iter)voidsetThreshold(float threshold)- 
Methods inherited from class org.opencv.photo.CalibrateCRFprocess
 - 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static CalibrateRobertson __fromPtr__(long addr) 
 - 
getRadiancepublic Mat getRadiance() 
 - 
getThresholdpublic float getThreshold() 
 - 
getMaxIterpublic int getMaxIter() 
 - 
setMaxIterpublic void setMaxIter(int max_iter) 
 - 
setThresholdpublic void setThreshold(float threshold) 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- CalibrateCRF
- Throws:
- java.lang.Throwable
 
 
- 
 
-