Is your website returning the right status codes? Use our HTTP Status Tool to check how your server responds to any page. Get clear status messages like 200 OK, 301 Redirect, 404 Not Found, and more.
Agisoft Metashape Professional 2.0 is a major iteration of the industry-standard photogrammetry software, succeeding version 1.8/1.9. It's used for generating 3D spatial data from overlapping images (UAV, terrestrial, or aerial). Version 2.0 introduces a modernized UI, GPU-accelerated processing pipelines, and enhanced point cloud editing.
Agisoft Metashape Professional 2.0 is no longer just a tool for creating 3D models from photos; it is a spatial data processing platform. By bridging the gap between traditional computational geometry and modern computer vision (via deep learning), it automates the tedious aspects of photogrammetry—classification and masking—while providing the precision required for survey-grade deliverables. The shift towards semantic understanding of data ensures that the software remains relevant in an era demanding high-fidelity digital twins for the Metaverse, construction monitoring, and precision agriculture.
The quality of your final piece depends entirely on your input.
Overlap: Ensure at least 60% side overlap and 80% forward overlap between photos.
Consistency: Use a fixed focal length (no zooming) and maintain even lighting to avoid harsh shadows that can confuse the software. 2. The Core Workflow
Following the standard photogrammetry pipeline in Metashape Professional 2 involves these sequential steps:
Align Photos: The software identifies tie points between images to create a sparse point cloud and determine camera positions.
Build Dense Cloud: This step fills in the gaps from the sparse cloud, creating a high-density set of points representing the object's surface.
Build Mesh: Metashape connects the points in the dense cloud to create a continuous 3D surface (wireframe).
Build Texture: The software projects the original photographic data onto the mesh to provide realistic color and detail. 3. Professional-Grade Features
Since you are using the Professional version, you have access to advanced tools that distinguish it from the Standard edition:
Georeferencing: Import GPS data or Ground Control Points (GCPs) for high-accuracy surveying.
GIS Outputs: Generate and export Digital Elevation Models (DEMs) and Orthomosaics.
Automation: Use Python scripting to automate repetitive processing tasks and customize your workflow. 4. Hardware Optimization
To process large "pieces" efficiently, ensure your workstation meets these recommended specs for 2025/2026:
GPU: Metashape relies heavily on the GPU for alignment and dense cloud generation. An NVIDIA RTX 4060 Ti Go to product viewer dialog for this item. or better is recommended.
RAM: 32GB to 64GB is standard for professional projects, though larger datasets may require more. 5. Final Export
Once your piece is complete, you can export it in various formats depending on your end goal: Visuals: Use STL or OBJ for 3D modeling and rendering.
Measurement: Export as E57 (Lidar) or high-res Orthophotos for GIS applications.
Are you focusing on a specific type of object (like a building, a landscape, or a small artifact) for this piece?
Agisoft Metashape Professional version 2.0 (and its subsequent 2.1, 2.2, and 2.3 updates) introduced several high-impact features designed for advanced geospatial and 3D modeling workflows.
One of the most useful "flagship" features is Aerial LiDAR Boresight Calibration, which significantly improves the accuracy of combined photogrammetry and LiDAR datasets. Top Useful Features in Metashape 2.x
Aerial LiDAR Data Support: Version 2.0 introduced the ability to process aerial LiDAR alongside traditional photogrammetry. You can now import LiDAR point clouds with full attribute support (intensity, scan angle, timestamp) and align them with image-based data for more robust 3D models.
Automatic (AI) Background Masking: This feature uses AI to automatically detect and mask backgrounds, saving hours of manual labor when isolating an object from its environment for 3D reconstruction.
Pansharpening: In version 2.2, Metashape added support for combining high-resolution panchromatic bands with lower-resolution multispectral data, resulting in much sharper, more detailed orthomosaics.
Project Recovery (Restart After Power Failure): 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.
AprilTag Coded Targets: Support for AprilTags was added in version 2.2, offering a more robust alternative to traditional circular targets for automatic marker detection in complex lighting or low-resolution scenarios. agisoft metashape professional 2
Network Parallel Processing: Improvements in the 2.x series allow for more efficient Network Processing, enabling multiple computers to work on independent tasks simultaneously for massive speed gains on large-scale datasets. Experimental Tool: Roof Edge Refinement
A highly useful "hidden" feature in version 2.2 is the Refine Roof Edges algorithm. It is designed to fix the "wavy" or artifact-heavy edges common in urban mapping.
How to enable: You must enable it via a "tweak" by going to Tools > Preferences > Advanced > Tweaks and setting main/enable_refine_roof_edges = True. Agisoft Metashape Change Log
Unlocking Precision: A Guide to Agisoft Metashape Professional 2 Agisoft Metashape Professional 2
is a powerhouse in the world of photogrammetry, designed to transform ordinary photographs and laser scans into high-precision 3D spatial data. Whether you are mapping vast coastal landscapes or digitizing delicate archaeological artifacts, version 2 introduces significant workflow improvements and advanced feature sets that cater to both beginners and seasoned professionals. What is Agisoft Metashape Professional? At its core, Agisoft Metashape
is a desktop software tool that uses "Structure from Motion" (SfM) algorithms to process images from drones, smartphones, or DSLRs. Unlike the Standard edition, the Professional version supports advanced outputs like Digital Elevation Models (DEMs) georeferenced orthomosaics
, and LiDAR integration, making it the industry standard for GIS, surveying, and heritage documentation. Key Features in the 2.x Series
The jump to version 2 (and subsequent updates like 2.1, 2.2, and 2.3) brought several "field-ready" enhancements: LiDAR & Laser Scan Integration
: Metashape Pro 2.0+ can automatically combine photogrammetric depth maps with imported laser scans, allowing for more robust models in complex environments. Enhanced Texturing & Surface Quality
: Recent updates (specifically 2.3) focus on higher-quality surface appearance and more flexible camera/lens modeling for professional-grade visual effects and reporting. Automated Processing
: With Python script extensions, users can now automate repetitive tasks like the USGS-proposed point filtering to optimize camera models without manual trial-and-error. Workflow Safety : A new feature in version 2.2 allows users to save the project during processing
, a critical addition that prevents data loss if the program crashes during heavy computations. The Professional Workflow: Step-by-Step While version 2.2 adjusted the layout of the Workflow tab , the fundamental steps remain consistent:
Based on the capabilities of Agisoft Metashape Professional 2, I have selected a high-value, complex feature to develop: "Automated Vegetation Classification and Digital Terrain Model (DTM) Generation."
This feature addresses a common pain point in photogrammetry: processing dense vegetation areas where you need a bare-earth model (DTM) rather than a surface model (DSM) that includes trees and bushes.
Below is the complete development documentation and implementation script for this feature.
Agisoft has integrated a lightweight neural network for semantic segmentation. Version 2 can automatically classify points into categories: ground, vegetation, buildings, and water. This is a game-changer for GIS professionals who previously spent hours manually cleaning point clouds. Additionally, the mesh reconstruction algorithm now produces smoother surfaces on organic shapes while preserving hard edges for man-made structures—all without additional post-processing.
Objective: To automatically classify high-density point cloud data into "Vegetation" and "Ground" classes using a multi-stage algorithm (Progressive Morphological Filter combined with Point Density analysis), and subsequently generate a clean Digital Terrain Model (DTM) without vegetation artifacts.
Target Audience: Surveyors, Forestry Managers, and GIS Professionals using Metashape Professional 2.
Key Improvements over Standard Workflow:
The most profound technical divergence in Metashape 2.0 is the native integration of machine learning models directly into the photogrammetric pipeline. Traditionally, dense point cloud classification was a rudimentary process based on geometric attributes (e.g., height from ground), often resulting in noise and misclassification in complex urban environments.
Metashape 2.0 introduces a Convolutional Neural Network (CNN)-based classification engine. This system does not merely analyze geometric coordinates; it interprets the visual context of the imagery during the classification phase. By training on vast datasets, the software can now semantically segment point clouds into distinct classes—such as vegetation, buildings, roads, and vehicles—with a significantly higher F1 score than previous heuristic methods.
This semantic understanding extends to the Masking Workflow. In industrial scanning or artifact preservation, backgrounds constitute a significant source of noise. The 2.0 update utilizes deep learning for automatic background masking, effectively separating the foreground subject from the environment in the alignment phase. This reduces reconstruction artifacts and minimizes the "floating noise" often associated with complex scanning setups, streamlining the generation of water-tight meshes for engineering applications.
| 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+ |
Who should buy?
Who should skip?
Rating: 8.7/10
+: performance leap, modern UI, excellent accuracy, no forced subscription.
-: LiDAR missing, VRAM hungry, ML features need work. Agisoft has integrated a lightweight neural network for
Would you like a comparison with a specific competitor or a guide on migrating a project from v1.9 to v2.0?
Agisoft Metashape Professional 2 (often referred to as version 2.x) marks a significant evolution in photogrammetric software, transitioning from the foundational 1.x series to a more powerful, multi-sensor platform. This update isn't just a facelift; it introduces deep integration for LiDAR data alongside traditional imagery, positioning itself as an all-in-one spatial data powerhouse. What’s New in Version 2.x?
The "2.0" leap brought substantial architectural changes, with subsequent updates (up to version 2.3) refining these tools:
Integrated LiDAR Support: Perhaps the biggest addition is the ability to process aerial and terrestrial LiDAR data. You can now align laser scans with photos in the same project, leveraging the precision of laser and the texture of photography.
Enhanced Texturing & Natural Blending: A new "Natural" blending mode and a dedicated Texture Editing Tool allow for much cleaner 3D models with fewer artifacts.
Automatic (AI) Background Masking: Modern machine learning tools now assist in automatically removing backgrounds, a huge time-saver for studio-based photogrammetry or small-object scanning.
Aerial LiDAR Boresight Calibration: For professionals using drone-mounted LiDAR, Metashape now supports boresight calibration to ensure the laser and IMU are perfectly aligned for maximum accuracy.
GPU Acceleration: Processing speeds have been boosted via improved GPU support for heavy lifting like model vertex color calculation and point cloud filtering. Professional vs. Standard Edition Freshworkshttps://agisoft.freshdesk.com New features in Agisoft Metashape 2.2.x - Helpdesk Portal
Agisoft Metashape Professional 2.0 (and its subsequent 2.x updates) represents a major leap in photogrammetry software, transitioning from the original "PhotoScan" roots into a powerhouse for high-end geospatial data processing. 0 series a benchmark for industry professionals. 1. Key Features & Capabilities
While the Standard version focuses on basic 3D model creation, the Professional version is built for surveying and GIS workflows.
Geospatial Outputs: It allows for the generation of georeferenced Orthomosaics and Digital Elevation Models (DEMs), which are essential for mapping.
LiDAR Integration: One of the hallmark updates in the 2.x series is the improved support for LiDAR point cloud processing, allowing users to combine laser scanning data with photogrammetric data for better accuracy.
Satellite Imagery: Professional users can process panchromatic and multispectral satellite imagery, expanding its use from drones to large-scale orbital data. 2. Performance and Automation
The software is heavily optimized for modern hardware to handle massive datasets.
GPU Acceleration: Metashape leverages your graphics card (GPU) for the most demanding tasks like image alignment and dense cloud generation, significantly cutting down processing time.
Python Scripting: For enterprise workflows, the software supports extensive Python automation. You can even set scripts to run automatically on startup to standardize your processing pipeline. 3. Accuracy Standards
For surveying and engineering, Metashape Pro offers various levels of precision based on your equipment:
RTK/PPK workflows: Achieve 2–5 cm horizontal accuracy without ground control points.
GCP Integration: By adding Ground Control Points (GCPs), you can reach sub-2 cm absolute accuracy, suitable for cadastral or civil engineering work. 4. Licensing and Support
Agisoft uses a permanent license model rather than a monthly subscription.
One-Time Purchase: Buying a license entitles you to free updates for all versions within the 2.x cycle.
Agisoft Viewer: For those who only need to inspect and measure existing data without processing it, the Agisoft Viewer is available as a free tool.
Are you planning to use Metashape for a specific industry, such as archaeology, construction, or environmental mapping? Installer - Agisoft Metashape
Agisoft Metashape Professional version 2.x is currently available for purchase through various licensing tiers. A standard Professional Edition (Node-Locked) license is typically priced at www.agisoftmetashape.com For existing users, updates from version 1.x to 2.x are completely free
. However, version 2.x requires a one-time re-activation with your existing license code due to a new activation system. Agisoft Metashape Pricing & License Types Professional Edition (Node-Locked):
$3,370. This is a permanent license for use on a single machine, though it can be transferred between computers. Professional Educational Edition: $529. Available strictly for educational institutions. Floating License: Who should skip
Approximately $9,799 CAD (~$7,100 USD) or available "on request" through resellers. These allow multiple users on a network to share a pool of licenses. Pay-Per-Use (SaaS): Minimum monthly price of
for up to 100 hours of usage, with a one-year minimum contract. Agisoft Metashape Key Version 2 Updates Free Trial:
A fully functional 30-day trial is available directly within the software. Workflow Improvements:
Version 2.2 introduced a reorganized "Workflow" tab and the ability to save projects during active processing to prevent data loss. Enhanced Alignment:
Newer versions include improved automatic alignment for complex objects, such as merging top and bottom shots of a single item more reliably. Agisoft Metashape You can purchase or upgrade through the official Agisoft store or authorized resellers like to run version 2.x efficiently? Agisoft Metashape: Пакет установки
Overview
Agisoft Metashape Professional 2 is a powerful and versatile photogrammetry software that enables users to create accurate 3D models and orthomosaics from overlapping images. As a leading solution in the field, Metashape Professional 2 offers a comprehensive set of tools for processing and analyzing aerial and close-range imagery.
Key Features and Improvements
The latest version of Metashape Professional 2 comes with several significant updates and enhancements, including:
User Experience
The software's interface remains intuitive and user-friendly, making it accessible to both experienced professionals and those new to photogrammetry. The workflow is well-structured, guiding users through the various stages of processing, from importing images to exporting the final 3D model.
Strengths
Weaknesses
Conclusion
Agisoft Metashape Professional 2 is an exceptional photogrammetry software that delivers high-quality results and meets the demands of various industries. Its robust feature set, improved processing speed, and enhanced accuracy make it an essential tool for professionals seeking to create accurate 3D models and orthomosaics. While it may require a significant investment in computational resources and time to master advanced features, the benefits and results provided by Metashape Professional 2 make it a worthwhile investment.
Rating: 4.8/5
Recommendation: Metashape Professional 2 is highly recommended for:
System Requirements:
Agisoft Metashape Professional 2.0 (and its subsequent updates like 2.1 and 2.2) represents a major evolution of the photogrammetry software, transitioning from a purely image-based tool to a hybrid platform that integrates LiDAR data processing. Key Evolutionary Features
The release of version 2.0 and later introduced several technical milestones:
LiDAR & Laser Scan Integration: The most significant addition is native support for terrestrial and aerial LiDAR. Users can now co-process images with laser scans to improve the accuracy of 3D models and digital elevation models (DEMs).
Enhanced Reconstruction: The software uses both photogrammetric depth maps and laser scans during mesh and tiled model generation.
Smart Automation (AI): New versions include AI-based background masking to automatically isolate subjects and advanced powerline detection for large-scale infrastructure projects.
Operational Safety: A new intermediate saving feature allows processing to resume automatically from the last successful subtask in the event of a power failure or system crash.
Workflow Adjustments: Version 2.x renamed certain traditional steps; for example, "Build Dense Cloud" was replaced with "Build Point Cloud". Professional vs. Standard Edition
While both editions share the same core engine, the Professional Edition is specifically designed for high-precision GIS and surveying tasks. Metashape Professional 2.x Metashape Standard 2.x Input Sources Aerial, close-range, satellite, LiDAR Close-range, aerial GIS Tools Georeferencing, GCP support, DTM/DSM Basic 3D modeling only Automation Python/Java API, Batch processing Advanced Tools Multispectral indices (NDVI), volume measurement Practical Applications Professional Edition - Agisoft Metashape
Features * Photogrammetric triangulation. Processing of various types of imagery: aerial (nadir, oblique), close-range, satellite. Agisoft Metashape Agisoft Metashape 2.0.0 pre-release
Agisoft Metashape Professional 2 is available as a floating or standalone license. Unlike subscription-only competitors, Agisoft remains committed to a perpetual license model, albeit with one year of included updates (version 2.x). Node-locked licenses are standard, but network licenses are available for render farms. Significantly, version 2 introduces a cloud processing token system for offloading heavy tasks to Agisoft’s servers—ideal for when local hardware runs out of VRAM.
FAQ’S
Explore our case studies to see real-world success stories, learn about our expert services, and dive into tailored solutions designed to meet your specific needs.
1/3

We’d love to hear about your brand, your visions, current challenges, even if you’re not sure what your next step is.
Let’s talk