public class AlignChunks extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
AlignChunks() |
protected |
AlignChunks(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int[] |
getChunks()
List of chunks to be aligned.
|
protected static long |
getCPtr(AlignChunks obj) |
int |
getDownscale()
Alignment accuracy.
|
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.
|
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.
|
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.
|
void |
setReference(int value)
Chunk to be used as a reference.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected AlignChunks(long cPtr,
boolean cMemoryOwn)
public AlignChunks()
protected static long getCPtr(AlignChunks obj)
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()