public class DetectFiducials extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
DetectFiducials() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCameras()
List of cameras to process.
|
boolean |
getFiducialsPositionCorners()
Search corners for fiducials.
|
boolean |
getFiducialsPositionSides()
Search sides for fiducials.
|
int[] |
getFrames()
List of frames to process.
|
boolean |
getGenerateMasks()
Generate background masks.
|
boolean |
getGenericDetector()
Use generic detector.
|
boolean |
getRightAngleDetector()
Use right angle detector.
|
boolean |
getVShapeDetector()
Detect V-shape fiducials.
|
void |
setCameras(int[] value)
List of cameras to process.
|
void |
setFiducialsPositionCorners(boolean value)
Search corners for fiducials.
|
void |
setFiducialsPositionSides(boolean value)
Search sides for fiducials.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setGenerateMasks(boolean value)
Generate background masks.
|
void |
setGenericDetector(boolean value)
Use generic detector.
|
void |
setRightAngleDetector(boolean value)
Use right angle detector.
|
void |
setVShapeDetector(boolean value)
Detect V-shape fiducials.
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setCameras(int[] value)
public int[] getCameras()
public void setFiducialsPositionCorners(boolean value)
public boolean getFiducialsPositionCorners()
public void setFiducialsPositionSides(boolean value)
public boolean getFiducialsPositionSides()
public void setFrames(int[] value)
public int[] getFrames()
public void setGenerateMasks(boolean value)
public boolean getGenerateMasks()
public void setGenericDetector(boolean value)
public boolean getGenericDetector()
public void setRightAngleDetector(boolean value)
public boolean getRightAngleDetector()
public void setVShapeDetector(boolean value)
public boolean getVShapeDetector()