Agisoft Metashape Professional 2 Jun 2026
| Component | Minimum | Recommended | |-----------|---------|--------------| | CPU | 4-core | 12+ core (AMD 7950X / Intel 13900K) | | RAM | 16 GB | 64 GB (128 GB for 1000+ images) | | GPU | 4 GB VRAM, OpenGL 4.5 | 12+ GB VRAM (RTX 4080/4090) | | Storage | SSD 100 GB | NVMe 1 TB+ |
7. Build DEM (from mesh, Geographic projection EPSG:32636). 8. Export Orthomosaic (1cm/pixel, 3-band compressed GeoTIFF). 9. Export 3D Tiles for client web review. agisoft metashape professional 2
# Preset Selector self.form_layout = QtWidgets.QFormLayout() self.preset_combo = QtWidgets.QComboBox() self.preset_combo.addItems(["Light Vegetation (Grass/Fields)", "Medium Vegetation (Orchards)", "Dense Forest"]) self.form_layout.addRow("Environment:", self.preset_combo) Export Orthomosaic (1cm/pixel, 3-band compressed GeoTIFF)
: A critical quality-of-life update that allows processing to automatically resume after a crash or power loss, preventing the loss of days of computation on large projects. # Preset Selector self
# 2. Progressive Morphological Filter (Ground Classification) # This identifies points that fit a surface model within the cell size and slope constraints.