Merge pull request #432 from smathermather/dashboard-overlap-patch

Up the recommended minimum overlap + 3D rec
pull/436/head
Piero Toffanin 2018-04-14 23:59:51 -04:00 zatwierdzone przez GitHub
commit 6e99242982
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -34,7 +34,8 @@
<p>
<ul>
<li>{% trans 'You need at least 5 images' %}</li>
<li>{% trans 'Images must overlap by 60% or more' %}</li>
<li>{% trans 'Images must overlap by 65% or more' %}</li>
<li>{% trans 'For great 3D, images must overlap by 83%' %}</li>
<li>{% trans 'A <a href="https://github.com/OpenDroneMap/OpenDroneMap/wiki/Running-OpenDroneMap#running-odm-with-ground-control" target="_blank">GCP file</a> is optional, but can increase georeferencing accuracy' %}</li>
</ul>
</p>