kopia lustrzana https://github.com/OpenDroneMap/ODM
Update mvs-texturing, tweak edge swap thresh
rodzic
9dca3a1ea9
commit
b2f34cfd9c
|
@ -9,7 +9,7 @@ ExternalProject_Add(${_proj_name}
|
|||
#--Download step--------------
|
||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}/${_proj_name}
|
||||
GIT_REPOSITORY https://github.com/OpenDroneMap/mvs-texturing
|
||||
GIT_TAG 267
|
||||
GIT_TAG 280
|
||||
#--Update/Patch step----------
|
||||
UPDATE_COMMAND ""
|
||||
#--Configure step-------------
|
||||
|
|
|
@ -105,7 +105,7 @@ def dem_to_mesh_gridded(inGeotiff, outMesh, maxVertexCount, verbose=False, maxCo
|
|||
'-maxTileLength 2000 '
|
||||
'-maxVertexCount {maxVertexCount} '
|
||||
'-maxConcurrency {maxConcurrency} '
|
||||
'-edgeSwapThreshold 0.5 '
|
||||
'-edgeSwapThreshold 0.15 '
|
||||
' {verbose} '.format(**kwargs))
|
||||
break
|
||||
except Exception as e:
|
||||
|
|
Ładowanie…
Reference in New Issue