You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ The script creates a blank `*.rst` file for each argument in `/source/arguments_
152
152
153
153
Transifex has a getting [started guide for translators](https://docs.transifex.com/getting-started-1/translators) that will walk you through the steps to setup an account.
154
154
155
-
The ODM documentation Transifex project can be found at: https://www.transifex.com/americanredcross/opendronemap_docs/
155
+
The ODM documentation Transifex project can be found at: https://app.transifex.com/americanredcross/opendronemap_docs/
156
156
157
157
The documentation uses a formatting known as [reStructuredTest (reST)](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html) to add links, formatting, and other styling. reST uses plain text to annotate the documentation and identify to the system how to process the different page items. Unfortunately, the translation management process doesn't hide the reST markup. It is important that you keep the reST markup when translating.
Copy file name to clipboardExpand all lines: source/arguments.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ Options and Flags
113
113
:ref:`merge<merge>` all | pointcloud | orthophoto | dem
114
114
Choose what to merge in the merge step in a split dataset. By default all available outputs are merged. Options: ['all', 'pointcloud', 'orthophoto', 'dem']. Default: ``all``
115
115
116
+
:ref:`merge-skip-blending<merge-skip-blending>`
117
+
During the orthophoto merging, skip expensive blending operation: ``False``
118
+
116
119
:ref:`mesh-octree-depth<mesh-octree-depth>` <integer: 1 <= x <= 14>
117
120
Octree depth used in the mesh reconstruction, increase to get more vertices, recommended values are 8-12. Default: ``11``
AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT!
3
+
If you want to add more details to a command, edit a
4
+
.rst file in arguments_edit/<argument>.rst
5
+
6
+
.. _merge-skip-blending:
7
+
8
+
merge-skip-blending
9
+
```````````````````
10
+
11
+
12
+
13
+
During the orthophoto merging, skip expensive blending operation: ``False``
14
+
15
+
16
+
17
+
18
+
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/merge-skip-blending.rst>`_!
The 45-degree cross-grid flight provides the basis for a fully tied together model, while the nadir flights provide the necessary texture for orthophoto texturing. The lower overlap meets the minimum requirement for orthophoto products as facilitated by by feature matching from the much higher overlap cross-grid.
12
+
The 45-degree cross-grid flight provides the basis for a fully tied together model, while the nadir flights provide the necessary texture for orthophoto texturing. The lower overlap meets the minimum requirement for orthophoto products as facilitated by feature matching from the much higher overlap cross-grid.
0 commit comments