public class AlignChunks extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
AlignChunks() |
Modifier and Type | Method and Description |
---|---|
int[] |
getChunks()
List of chunks to be aligned.
|
int |
getDownscale()
Alignment accuracy (0 - Highest, 1 - High, 2 - Medium, 4 - Low, 8 - Lowest).
|
boolean |
getFilterMask()
Filter points by mask.
|
boolean |
getFitScale()
Fit chunk scale during alignment.
|
boolean |
getGenericPreselection()
Enables image pair preselection.
|
int |
getKeypointLimit()
Maximum number of points for each photo.
|
int[] |
getMarkers()
List of markers to be used for marker based alignment.
|
boolean |
getMaskTiepoints()
Apply mask filter to tie points.
|
int |
getMethod()
Alignment method (0 - point based, 1 - marker based, 2 - camera based).
|
int |
getReference()
Chunk to be used as a reference.
|
void |
setChunks(int[] value)
List of chunks to be aligned.
|
void |
setDownscale(int value)
Alignment accuracy (0 - Highest, 1 - High, 2 - Medium, 4 - Low, 8 - Lowest).
|
void |
setFilterMask(boolean value)
Filter points by mask.
|
void |
setFitScale(boolean value)
Fit chunk scale during alignment.
|
void |
setGenericPreselection(boolean value)
Enables image pair preselection.
|
void |
setKeypointLimit(int value)
Maximum number of points for each photo.
|
void |
setMarkers(int[] value)
List of markers to be used for marker based alignment.
|
void |
setMaskTiepoints(boolean value)
Apply mask filter to tie points.
|
void |
setMethod(int value)
Alignment method (0 - point based, 1 - marker based, 2 - camera based).
|
void |
setReference(int value)
Chunk to be used as a reference.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setChunks(int[] value)
public int[] getChunks()
public void setDownscale(int value)
public int getDownscale()
public void setFilterMask(boolean value)
public boolean getFilterMask()
public void setFitScale(boolean value)
public boolean getFitScale()
public void setGenericPreselection(boolean value)
public boolean getGenericPreselection()
public void setKeypointLimit(int value)
public int getKeypointLimit()
public void setMarkers(int[] value)
public int[] getMarkers()
public void setMaskTiepoints(boolean value)
public boolean getMaskTiepoints()
public void setMethod(int value)
public int getMethod()
public void setReference(int value)
public int getReference()