Package com.agisoft.metashape.tasks
Class ImportCameras
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ImportCameras
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()protected static longgetCPtr(ImportCameras obj) getCRS()Ground coordinate system.File format.Path to image list file (Bundler format only).intImage coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).booleanEnable Bundler image list import.getPath()Path to the file.voidsetCRS(CoordinateSystem value) Ground coordinate system.voidsetFormat(CamerasFormat value) File format.voidsetImageList(String value) Path to image list file (Bundler format only).voidsetImageOrientation(int value) Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).voidsetLoadImageList(boolean value) Enable Bundler image list import.voidPath to the file.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
-
ImportCameras
protected ImportCameras(long cPtr, boolean cMemoryOwn) -
ImportCameras
public ImportCameras()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCRS
Ground coordinate system. -
getCRS
Ground coordinate system. -
setFormat
File format. Default: CamerasFormat.CamerasFormatXML -
getFormat
File format. Default: CamerasFormat.CamerasFormatXML -
setImageList
Path to image list file (Bundler format only). -
getImageList
Path to image list file (Bundler format only). -
setImageOrientation
public void setImageOrientation(int value) Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down). Default: 0 -
getImageOrientation
public int getImageOrientation()Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down). Default: 0 -
setLoadImageList
public void setLoadImageList(boolean value) Enable Bundler image list import. Default: false -
getLoadImageList
public boolean getLoadImageList()Enable Bundler image list import. Default: false -
setPath
Path to the file. -
getPath
Path to the file.
-