OpenCV 3.0.0

org.opencv.photo
Class CalibrateRobertson

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by org.opencv.photo.CalibrateCRF
          extended by org.opencv.photo.CalibrateRobertson

public class CalibrateRobertson
extends CalibrateCRF


Method Summary
 int getMaxIter()
           
 Mat getRadiance()
           
 float getThreshold()
           
 void setMaxIter(int max_iter)
           
 void setThreshold(float threshold)
           
 
Methods inherited from class org.opencv.photo.CalibrateCRF
process
 
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMaxIter

public int getMaxIter()

getRadiance

public Mat getRadiance()

getThreshold

public float getThreshold()

setMaxIter

public void setMaxIter(int max_iter)

setThreshold

public void setThreshold(float threshold)

OpenCV 3.0.0 Documentation