public class CalibrateCamera extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
CalibrateCamera() |
Modifier and Type | Method and Description |
---|---|
int |
getBorder()
Border size to ignore.
|
boolean |
getFitB1()
Enable optimization of aspect ratio.
|
boolean |
getFitB2()
Enable optimization of skew coefficient.
|
boolean |
getFitCxcy()
Enable optimization of 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 k4 radial distortion coefficient.
|
boolean |
getFitP1()
Enable optimization of p1 tangential distortion coefficient.
|
boolean |
getFitP2()
Enable optimization of p2 tangential distortion coefficient.
|
void |
setBorder(int value)
Border size to ignore.
|
void |
setFitB1(boolean value)
Enable optimization of aspect ratio.
|
void |
setFitB2(boolean value)
Enable optimization of skew coefficient.
|
void |
setFitCxcy(boolean value)
Enable optimization of 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 k4 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.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBorder(int value)
public int getBorder()
public void setFitB1(boolean value)
public boolean getFitB1()
public void setFitB2(boolean value)
public boolean getFitB2()
public void setFitCxcy(boolean value)
public boolean getFitCxcy()
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()