public class MatchPhotos extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
MatchPhotos() |
Modifier and Type | Method and Description |
---|---|
int[] |
getCameras()
List of cameras to match.
|
int |
getDownscale()
Image alignment accuracy (0 - Highest, 1 - High, 2 - Medium, 4 - Low, 8 - Lowest).
|
int |
getDownscale3D()
Laser scan alignment accuracy (1 - Highest, 2 - High, 4 - Medium, 8 - Low, 16 - Lowest).
|
boolean |
getFilterMask()
Filter points by mask.
|
boolean |
getFilterStationaryPoints()
Exclude tie points which are stationary across images.
|
boolean |
getGenericPreselection()
Enable generic preselection.
|
boolean |
getGuidedMatching()
Enable guided image matching.
|
boolean |
getKeepKeypoints()
Store keypoints in the project.
|
int |
getKeypointLimit()
Key point limit.
|
int |
getKeypointLimit3D()
Key point limit for laser scans.
|
int |
getKeypointLimitPerMpx()
Key point limit per megapixel.
|
int |
getLaserScansVerticalAxis()
Common laser scans axis.
|
boolean |
getMaskTiepoints()
Apply mask filter to tie points.
|
boolean |
getMatchLaserScans()
Match laser scans using geometric features.
|
int |
getMaxWorkgroupSize()
Maximum workgroup size.
|
Pair[] |
getPairs()
User defined list of camera pairs to match.
|
boolean |
getReferencePreselection()
Enable reference preselection.
|
ReferencePreselectionMode |
getReferencePreselectionMode()
Reference preselection mode.
|
boolean |
getResetMatches()
Reset current matches.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
int |
getTiepointLimit()
Tie point limit.
|
int |
getWorkitemSizeCameras()
Number of cameras in a workitem.
|
int |
getWorkitemSizePairs()
Number of image pairs in a workitem.
|
void |
setCameras(int[] value)
List of cameras to match.
|
void |
setDownscale(int value)
Image alignment accuracy (0 - Highest, 1 - High, 2 - Medium, 4 - Low, 8 - Lowest).
|
void |
setDownscale3D(int value)
Laser scan alignment accuracy (1 - Highest, 2 - High, 4 - Medium, 8 - Low, 16 - Lowest).
|
void |
setFilterMask(boolean value)
Filter points by mask.
|
void |
setFilterStationaryPoints(boolean value)
Exclude tie points which are stationary across images.
|
void |
setGenericPreselection(boolean value)
Enable generic preselection.
|
void |
setGuidedMatching(boolean value)
Enable guided image matching.
|
void |
setKeepKeypoints(boolean value)
Store keypoints in the project.
|
void |
setKeypointLimit(int value)
Key point limit.
|
void |
setKeypointLimit3D(int value)
Key point limit for laser scans.
|
void |
setKeypointLimitPerMpx(int value)
Key point limit per megapixel.
|
void |
setLaserScansVerticalAxis(int value)
Common laser scans axis.
|
void |
setMaskTiepoints(boolean value)
Apply mask filter to tie points.
|
void |
setMatchLaserScans(boolean value)
Match laser scans using geometric features.
|
void |
setMaxWorkgroupSize(int value)
Maximum workgroup size.
|
void |
setPairs(Pair[] value)
User defined list of camera pairs to match.
|
void |
setReferencePreselection(boolean value)
Enable reference preselection.
|
void |
setReferencePreselectionMode(ReferencePreselectionMode value)
Reference preselection mode.
|
void |
setResetMatches(boolean value)
Reset current matches.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
void |
setTiepointLimit(int value)
Tie point limit.
|
void |
setWorkitemSizeCameras(int value)
Number of cameras in a workitem.
|
void |
setWorkitemSizePairs(int value)
Number of image pairs in a workitem.
|
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 setDownscale(int value)
public int getDownscale()
public void setDownscale3D(int value)
public int getDownscale3D()
public void setFilterMask(boolean value)
public boolean getFilterMask()
public void setFilterStationaryPoints(boolean value)
public boolean getFilterStationaryPoints()
public void setGenericPreselection(boolean value)
public boolean getGenericPreselection()
public void setGuidedMatching(boolean value)
public boolean getGuidedMatching()
public void setKeepKeypoints(boolean value)
public boolean getKeepKeypoints()
public void setKeypointLimit(int value)
public int getKeypointLimit()
public void setKeypointLimit3D(int value)
public int getKeypointLimit3D()
public void setKeypointLimitPerMpx(int value)
public int getKeypointLimitPerMpx()
public void setLaserScansVerticalAxis(int value)
public int getLaserScansVerticalAxis()
public void setMaskTiepoints(boolean value)
public boolean getMaskTiepoints()
public void setMatchLaserScans(boolean value)
public boolean getMatchLaserScans()
public void setMaxWorkgroupSize(int value)
public int getMaxWorkgroupSize()
public void setPairs(Pair[] value)
public Pair[] getPairs()
public void setReferencePreselection(boolean value)
public boolean getReferencePreselection()
public void setReferencePreselectionMode(ReferencePreselectionMode value)
public ReferencePreselectionMode getReferencePreselectionMode()
public void setResetMatches(boolean value)
public boolean getResetMatches()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setTiepointLimit(int value)
public int getTiepointLimit()
public void setWorkitemSizeCameras(int value)
public int getWorkitemSizeCameras()
public void setWorkitemSizePairs(int value)
public int getWorkitemSizePairs()