kopia lustrzana https://github.com/OpenDroneMap/WebODM
Add planar preset
rodzic
d1e0d6b343
commit
317c52357f
|
@ -137,6 +137,10 @@ def add_default_presets():
|
|||
defaults={'options': [{'name': 'auto-boundary', 'value': True},
|
||||
{'name': 'dsm', 'value': True},
|
||||
{'name': 'dtm', 'value': True}]})
|
||||
Preset.objects.update_or_create(name='Field', system=True,
|
||||
defaults={'options': [{'name': 'sfm-algorithm', 'value': 'planar'},
|
||||
{'name': 'fast-orthophoto', 'value': True},
|
||||
{'name': 'matcher-neighbors', 'value': 4}]})
|
||||
Preset.objects.update_or_create(name='Fast Orthophoto', system=True,
|
||||
defaults={'options': [{'name': 'auto-boundary', 'value': True},
|
||||
{'name': 'fast-orthophoto', 'value': True}]})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "WebODM",
|
||||
"version": "1.9.13",
|
||||
"version": "1.9.14",
|
||||
"description": "User-friendly, extendable application and API for processing aerial imagery.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Ładowanie…
Reference in New Issue