Uses of Interface
com.agisoft.metashape.Progress
Packages that use Progress
-
Uses of Progress in com.agisoft.metashape
Methods in com.agisoft.metashape with parameters of type ProgressModifier and TypeMethodDescriptionvoidvoidAppend chunks from another document.voidDenseCloud.assignClass(int target, int[] source, Progress progress) Assign class to points.static final voidMetashapeJNI.Chunk_addPhotos(long jarg1, Chunk jarg1_, String[] jarg2, Progress jarg3) static final longMetashapeJNI.Chunk_renderPreview(long jarg1, Chunk jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, int jarg5, Progress jarg6) static final voidMetashapeJNI.Chunk_updateCirCalibration(long jarg1, Chunk jarg1_, Progress jarg2) voidRemove points with insufficient number of projections.voidDenseCloud.compactPoints(Progress progress) Permanently removes deleted points from dense cloud.static final voidMetashapeJNI.DenseCloud_assignClass(long jarg1, DenseCloud jarg1_, int jarg2, int[] jarg3, Progress jarg4) static final voidMetashapeJNI.DenseCloud_compactPoints(long jarg1, DenseCloud jarg1_, Progress jarg2) static final voidMetashapeJNI.DenseCloud_removePoints(long jarg1, DenseCloud jarg1_, int[] jarg2, Progress jarg3) static final longMetashapeJNI.DenseCloud_renderPreview(long jarg1, DenseCloud jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, int jarg5, Progress jarg6) static final voidMetashapeJNI.DenseCloud_restorePoints(long jarg1, DenseCloud jarg1_, int[] jarg2, Progress jarg3) static final voidMetashapeJNI.Document_append(long jarg1, Document jarg1_, long jarg2, Document jarg2_, Progress jarg3) static final voidMetashapeJNI.Document_open(long jarg1, Document jarg1_, String jarg2, boolean jarg3, Progress jarg4) static final voidMetashapeJNI.Document_save(long jarg1, Document jarg1_, String jarg2, int[] jarg3, int jarg4, boolean jarg5, Progress jarg6) static final longMetashapeJNI.Model_renderPreview(long jarg1, Model jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, Progress jarg5) voidOpen project.static final longMetashapeJNI.Orthomosaic_renderPreview(long jarg1, Orthomosaic jarg1_, long jarg2, long jarg3, Progress jarg4) static final voidMetashapeJNI.PointCloud_cleanup(long jarg1, PointCloud jarg1_, Progress jarg2) static final longMetashapeJNI.PointCloud_renderPreview(long jarg1, PointCloud jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, int jarg5, Progress jarg6) voidDenseCloud.removePoints(int[] point_classes, Progress progress) Remove points.Chunk.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate chunk preview image.DenseCloud.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate dense cloud preview image.Model.renderPreview(long width, long height, Matrix4x4d transform, Progress progress) Generate model preview image.Orthomosaic.renderPreview(long width, long height, Progress progress) Generate orthomosaic preview image.PointCloud.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate point cloud preview image.TiledModel.renderPreview(long width, long height, Matrix4x4d transform, Progress progress) Generate tiled model preview image.voidDenseCloud.restorePoints(int[] point_classes, Progress progress) Restore deleted points.voidDocument.save(String path, int[] chunk_keys, int compression, boolean absolute_paths, Progress progress) Save project.static final longMetashapeJNI.TiledModel_renderPreview(long jarg1, TiledModel jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, Progress jarg5) voidChunk.updateCirCalibration(Progress progress) Estimate CIR calibration matrix. -
Uses of Progress in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks with parameters of type ProgressModifier and TypeMethodDescriptionvoidApply task to chunk.voidApply task to document.static final voidTasksJNI.Task_apply__SWIG_0(long jarg1, Task jarg1_, long jarg2, Chunk jarg2_, Progress jarg3) static final voidTasksJNI.Task_apply__SWIG_1(long jarg1, Task jarg1_, long jarg2, Document jarg2_, Progress jarg3)