public class DetectFiducials extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
DetectFiducials() |
protected |
DetectFiducials(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int[] |
getCameras()
List of cameras to process.
|
protected static long |
getCPtr(DetectFiducials obj) |
int[] |
getFrames()
List of frames to process.
|
boolean |
getGenerateMasks()
Generate background masks.
|
void |
setCameras(int[] value)
List of cameras to process.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setGenerateMasks(boolean value)
Generate background masks.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected DetectFiducials(long cPtr,
boolean cMemoryOwn)
public DetectFiducials()
protected static long getCPtr(DetectFiducials obj)
public void setCameras(int[] value)
public int[] getCameras()
public void setFrames(int[] value)
public int[] getFrames()
public void setGenerateMasks(boolean value)
public boolean getGenerateMasks()