Triangulation
Name: “triangulation”
Description
Triangulating the sights and get for each point of the reference image a latitude, longitude, altitude point
Configuration
Name |
Description |
Type |
Available values | Default value |
Required |
|
|---|---|---|---|---|---|
method |
Method for triangulation |
string |
“line_of_sight_intersection” |
“line_of_sight_intersection” |
No |
snap_to_img1 |
If all pairs share the same left image, modify lines of sight of secondary images to cross those of the ref image |
boolean |
false |
No |
|
save_intermediate_data |
Save depth map as TIF, LAZ and CSV |
boolean |
false |
No |
|
z_inf_sup_bh_approximation |
The method to use for z_inf, z_sup triangulation |
boolean |
true |
No |
|
Example
--- applications: triangulation: method: line_of_sight_intersection snap_to_img1: true
{ "applications": { "triangulation": { "method": "line_of_sight_intersection", "snap_to_img1": true } } }