Package com.agisoft.metashape.tasks
Class ExportPanorama
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportPanorama
public class ExportPanorama extends Task
Task class containing processing parameters.
-
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description ExportPanorama()protectedExportPanorama(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()int[]getCameraGroups()List of camera groups to process.protected static longgetCPtr(ExportPanorama obj)intgetHeight()Height of output panorama.ImageCompressiongetImageCompression()Image compression parameters.StringgetPath()Path to output file.BBox2dgetRegion()Region to be exported.Matrix3x3dgetRotation()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.voidsetImageCompression(ImageCompression value)Image compression parameters.voidsetPath(String value)Path to output file.voidsetRegion(BBox2d value)Region 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, getWorkitemCount, setParameter, setWorkitemCount
-
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
-