Package com.agisoft.metashape.tasks
Class ExportPanorama
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportPanorama
Task class containing processing parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.agisoft.metashape.tasks.Task
Task.TaskTarget -
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()int[]List of camera groups to process.protected static longgetCPtr(ExportPanorama obj) intHeight of output panorama.Image compression parameters.getPath()Path to output file.Region to be exported.Panorama 3x3 orientation matrix.intgetWidth()Width of output panorama.voidsetCameraGroups(int[] value) List of camera groups to process.voidsetHeight(int value) Height of output panorama.voidImage compression parameters.voidPath to output file.voidRegion to be exported.voidsetRotation(Matrix3x3d value) Panorama 3x3 orientation matrix.voidsetWidth(int value) Width of output panorama.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
Constructor Details
-
ExportPanorama
protected ExportPanorama(long cPtr, boolean cMemoryOwn) -
ExportPanorama
public ExportPanorama()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCameraGroups
public void setCameraGroups(int[] value) List of camera groups to process. -
getCameraGroups
public int[] getCameraGroups()List of camera groups to process. -
setHeight
public void setHeight(int value) Height of output panorama. Default: 0 -
getHeight
public int getHeight()Height of output panorama. Default: 0 -
setImageCompression
Image compression parameters. -
getImageCompression
Image compression parameters. -
setPath
Path to output file. -
getPath
Path to output file. -
setRegion
Region to be exported. -
getRegion
Region to be exported. -
setRotation
Panorama 3x3 orientation matrix. -
getRotation
Panorama 3x3 orientation matrix. -
setWidth
public void setWidth(int value) Width of output panorama. Default: 0 -
getWidth
public int getWidth()Width of output panorama. Default: 0
-