public class DetectMarkers extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
DetectMarkers() |
Modifier and Type | Method and Description |
---|---|
int[] |
getCameras()
List of cameras to process.
|
boolean |
getFilterMask()
Ignore masked image regions.
|
int[] |
getFrames()
List of frames to process.
|
boolean |
getInverted()
Detect markers on black background.
|
double |
getMaximumResidual()
Maximum residual for non-coded targets in pixels.
|
boolean |
getMergeMarkers()
Merge detected targets with existing markers.
|
int |
getMinimumDist()
Minimum distance between targets in pixels (CrossTarget type only).
|
int |
getMinimumSize()
Minimum target radius in pixels to be detected (CrossTarget type only).
|
boolean |
getNoparity()
Disable parity checking.
|
TargetType |
getTargetType()
Type of targets.
|
int |
getTolerance()
Detector tolerance (0 - 100).
|
void |
setCameras(int[] value)
List of cameras to process.
|
void |
setFilterMask(boolean value)
Ignore masked image regions.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setInverted(boolean value)
Detect markers on black background.
|
void |
setMaximumResidual(double value)
Maximum residual for non-coded targets in pixels.
|
void |
setMergeMarkers(boolean value)
Merge detected targets with existing markers.
|
void |
setMinimumDist(int value)
Minimum distance between targets in pixels (CrossTarget type only).
|
void |
setMinimumSize(int value)
Minimum target radius in pixels to be detected (CrossTarget type only).
|
void |
setNoparity(boolean value)
Disable parity checking.
|
void |
setTargetType(TargetType value)
Type of targets.
|
void |
setTolerance(int value)
Detector tolerance (0 - 100).
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setCameras(int[] value)
public int[] getCameras()
public void setFilterMask(boolean value)
public boolean getFilterMask()
public void setFrames(int[] value)
public int[] getFrames()
public void setInverted(boolean value)
public boolean getInverted()
public void setMaximumResidual(double value)
public double getMaximumResidual()
public void setMergeMarkers(boolean value)
public boolean getMergeMarkers()
public void setMinimumDist(int value)
public int getMinimumDist()
public void setMinimumSize(int value)
public int getMinimumSize()
public void setNoparity(boolean value)
public boolean getNoparity()
public void setTargetType(TargetType value)
public TargetType getTargetType()
public void setTolerance(int value)
public int getTolerance()