Feature Description
Aerial triangulation is a surveying method that utilizes the spatial geometric relationship between aerospace images and the photographed targets, based on a few photo control points, to calculate the exterior orientation elements of the photos and the planar positions and elevations of other points to be determined. This function serves as the core computational hub for batch 3D reconstruction of UAV imagery, directly influencing the geometric accuracy of subsequent DSM and DOM.
Through this function, you will obtain the photography center coordinates (X, Y, Z), attitude angles (Yaw, Pitch, Roll), optimized camera interior orientation elements (principal point, focal length, distortion parameters), and encrypted point coordinates.
You may use this function in the following scenarios:
- Before quickly producing standardized DOM data based on UAV data, aerial triangulation is needed to solve the relative relationships between images.
- Fine-tune camera parameters for existing aerial triangulation results to avoid repetitive calculations and improve work efficiency.
SuperMap ImageX Pro 2026 version starts to support this.
Function Entry
UAV Data Processing Workflow tab -> Imagery group -> Aerial Triangulation.
Parameter description
| Parameter Name | parameter interpretation | parameter type |
| Use Position Prior |
Specifies whether to use the GPS coordinates in the image EXIF as initial values to participate in the adjustment.
|
Boolean |
| Optimize Principal Point |
Specifies whether to optimize the camera principal point coordinates during the adjustment process.
|
Boolean |
| Optimize Focal Length |
Specifies whether to optimize the camera focal length.
|
Boolean |
| Optimize Distortion Parameters |
Specifies whether to optimize the lens distortion coefficients.
|
Boolean |
| Optimize Parameters Only |
Applicable to already reconstructed models, only adjusts camera parameters without re-performing relative orientation.
|
Boolean |
| Generate Quality Report |
Specifies whether to automatically generate a quality assessment report after aerial triangulation is completed.
|
Boolean |
Output Result
Tie point information after adjustment calculation.
After checking Generate Quality Report, a quality report content for the tie point information after adjustment will be generated.
Related Topics