public class OptimizeCameras extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
OptimizeCameras() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAdaptiveFitting()
Enable adaptive fitting of distortion coefficients.
|
boolean |
getFitB1()
Enable optimization of aspect ratio.
|
boolean |
getFitB2()
Enable optimization of skew coefficient.
|
boolean |
getFitCorrections()
Enable optimization of additional corrections.
|
boolean |
getFitCx()
Enable optimization of X principal point coordinates.
|
boolean |
getFitCy()
Enable optimization of Y principal point coordinates.
|
boolean |
getFitF()
Enable optimization of focal length coefficient.
|
boolean |
getFitK1()
Enable optimization of k1 radial distortion coefficient.
|
boolean |
getFitK2()
Enable optimization of k2 radial distortion coefficient.
|
boolean |
getFitK3()
Enable optimization of k3 radial distortion coefficient.
|
boolean |
getFitK4()
Enable optimization of k3 radial distortion coefficient.
|
boolean |
getFitP1()
Enable optimization of p1 tangential distortion coefficient.
|
boolean |
getFitP2()
Enable optimization of p2 tangential distortion coefficient.
|
boolean |
getTiepointCovariance()
Estimate tie point covariance matrices.
|
void |
setAdaptiveFitting(boolean value)
Enable adaptive fitting of distortion coefficients.
|
void |
setFitB1(boolean value)
Enable optimization of aspect ratio.
|
void |
setFitB2(boolean value)
Enable optimization of skew coefficient.
|
void |
setFitCorrections(boolean value)
Enable optimization of additional corrections.
|
void |
setFitCx(boolean value)
Enable optimization of X principal point coordinates.
|
void |
setFitCy(boolean value)
Enable optimization of Y principal point coordinates.
|
void |
setFitF(boolean value)
Enable optimization of focal length coefficient.
|
void |
setFitK1(boolean value)
Enable optimization of k1 radial distortion coefficient.
|
void |
setFitK2(boolean value)
Enable optimization of k2 radial distortion coefficient.
|
void |
setFitK3(boolean value)
Enable optimization of k3 radial distortion coefficient.
|
void |
setFitK4(boolean value)
Enable optimization of k3 radial distortion coefficient.
|
void |
setFitP1(boolean value)
Enable optimization of p1 tangential distortion coefficient.
|
void |
setFitP2(boolean value)
Enable optimization of p2 tangential distortion coefficient.
|
void |
setTiepointCovariance(boolean value)
Estimate tie point covariance matrices.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setAdaptiveFitting(boolean value)
public boolean getAdaptiveFitting()
public void setFitB1(boolean value)
public boolean getFitB1()
public void setFitB2(boolean value)
public boolean getFitB2()
public void setFitCorrections(boolean value)
public boolean getFitCorrections()
public void setFitCx(boolean value)
public boolean getFitCx()
public void setFitCy(boolean value)
public boolean getFitCy()
public void setFitF(boolean value)
public boolean getFitF()
public void setFitK1(boolean value)
public boolean getFitK1()
public void setFitK2(boolean value)
public boolean getFitK2()
public void setFitK3(boolean value)
public boolean getFitK3()
public void setFitK4(boolean value)
public boolean getFitK4()
public void setFitP1(boolean value)
public boolean getFitP1()
public void setFitP2(boolean value)
public boolean getFitP2()
public void setTiepointCovariance(boolean value)
public boolean getTiepointCovariance()