public class DetectPowerlines extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
DetectPowerlines() |
Modifier and Type | Method and Description |
---|---|
double |
getMaxQuantizationError()
Maximum allowed distance between polyline and smooth continuous curve.
|
double |
getMinAltitude()
Minimum altitude for reconstructed powerlines.
|
int |
getNPointsPerLine()
Maximum number of vertices per detected line.
|
boolean |
getUseModel()
Use model for visibility checks.
|
void |
setMaxQuantizationError(double value)
Maximum allowed distance between polyline and smooth continuous curve.
|
void |
setMinAltitude(double value)
Minimum altitude for reconstructed powerlines.
|
void |
setNPointsPerLine(int value)
Maximum number of vertices per detected line.
|
void |
setUseModel(boolean value)
Use model for visibility checks.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setMaxQuantizationError(double value)
public double getMaxQuantizationError()
public void setMinAltitude(double value)
public double getMinAltitude()
public void setNPointsPerLine(int value)
public int getNPointsPerLine()
public void setUseModel(boolean value)
public boolean getUseModel()