Wykres commitów

53 Commity (master)

Autor SHA1 Wiadomość Data
Andrew Harvey a0fbd71d41
Fix PoissonRecon failed with n threads log message
The message was reporting failure with n threads and retrying with n // 2, however a few lines up threads was already set to n // 2 representing the next thread count to try.
2024-04-18 15:35:53 +10:00
Piero Toffanin f4549846de Fix ReconstructMesh segfault 2023-08-23 09:23:32 -04:00
Piero Toffanin 6ebb8b50d7 max_tile safety check in commands.create_dem 2023-05-24 11:42:18 -04:00
Piero Toffanin 4f660ffd44 Remove GSD multiplier from 2.5D mesh generation 2023-02-20 10:40:47 -05:00
Piero Toffanin 3d4725c615 Invert radius steps, multiplier for mesh DSM, density checks 2023-02-20 01:06:49 -05:00
Piero Toffanin 4a0b60bf70 Point density estimation 2023-02-19 23:28:34 -05:00
Piero Toffanin af765a961d Use sqrt(2) for DEM radius step 2022-11-22 13:38:05 -05:00
Piero Toffanin 5ff55a5ff8 Remove --verbose 2022-11-14 11:07:51 -05:00
Piero Toffanin da276c2211 More aggressive smoothing, interpolate mesh DSM 2022-03-03 15:10:31 -05:00
Piero Toffanin b2f34cfd9c Update mvs-texturing, tweak edge swap thresh 2022-02-13 21:59:01 -05:00
Piero Toffanin 9dca3a1ea9 Enable edge swaps 2022-02-13 14:25:29 -05:00
Piero Toffanin 6fb7a26791 Fix: do not set maxMemory 2021-12-03 12:19:19 -05:00
Piero Toffanin b492bbfadc Disable logging on reconstructmesh 2021-12-03 11:08:56 -05:00
Piero Toffanin 43870b6411 Crop to boundary in filterpoints 2021-10-12 16:43:42 -04:00
Piero Toffanin d827ee62d7 Catch poissonrecon run exceptions 2021-06-22 12:23:31 -04:00
Piero Toffanin 084038543e Update poissonrecon, add retries 2021-06-21 10:33:42 -04:00
Piero Toffanin 901cd8f693 Remove spurious in dem_to_mesh_gridded 2021-06-17 14:39:06 -04:00
Piero Toffanin 76767fec19 Better 3D meshes 2021-06-09 13:39:26 -04:00
Piotr Maślanka 37396921f9
Fix behaviour of PoissonRecon on ppc64le (#1289) 2021-06-02 15:38:03 -04:00
Piero Toffanin 9c551ba902 Handle paths with spaces 2021-05-17 13:25:52 -04:00
Piero Toffanin ecccceffcc Fix bad lexical cast: source type value could not be interpreted as target 2021-05-03 12:38:36 -04:00
Piero Toffanin 5e98c8bbc1 Update OpenMVS 2021-04-28 14:04:55 -04:00
Piero Toffanin c256a87920 Removed VTK, odm_cleanmesh module 2021-04-26 11:12:33 -04:00
Piero Toffanin 2cc95a67b6 Faster EDT in orthophoto computations
Former-commit-id: 282cb6ed37
2020-09-11 12:34:38 -04:00
Piero Toffanin 9424f3939d Upgraded PDAL to 2.2
Former-commit-id: 196605cd08
2020-09-11 11:05:34 -04:00
Piero Toffanin c9760204be Add support for maxConcurrency in dem2mesh
Former-commit-id: 7ef5946d38
2020-08-31 13:07:08 -04:00
Piero Toffanin 57d4162cf5 Larger tiles length in dem2mesh
Former-commit-id: 112b816843
2019-06-11 16:37:19 -04:00
Piero Toffanin bb65f03033 Skip DSM smoothing in 2.5D model with fast-orthophoto
Former-commit-id: 96d09996e3
2019-06-08 19:28:58 -04:00
Piero Toffanin fee0cf6f0d Poissonrecon threads fix
Former-commit-id: 4265c4be77
2019-05-31 15:19:59 -04:00
Piero Toffanin eeb9551709 Replaced gippy with rasterio
Former-commit-id: 5a06291ac3
2019-04-29 17:20:09 -04:00
Piero Toffanin 8c10c31d7a Clean 2.5D mesh, keep vertex count in check
Former-commit-id: ac855860cf
2019-04-23 12:05:05 -04:00
Piero Toffanin 0356fd2a77 Multithread DEM tiling, more memory tollerant, better DEM gapfill
Former-commit-id: 460e263588
2019-04-12 13:45:47 -04:00
Piero Toffanin d8044d7bd1 Tiled DEM generation (WIP)
Former-commit-id: 4fb27d6987
2019-04-11 16:29:53 -04:00
Piero Toffanin b85deeebc8 Minor refactoring, concurrency module, max concurrency for DEM
Former-commit-id: 5e03a08f9b
2018-12-12 14:24:27 -05:00
Piero Toffanin e16fb8d980 Added back poisson 2.5D meshing method for fast-orthophoto
Former-commit-id: 52428f7e2e
2018-10-28 19:57:08 -04:00
Piero Toffanin 1a5f1c00e0 Moved dem2mesh in separate repository
Former-commit-id: 1c75c6bd9b
2018-10-24 12:30:09 -04:00
Piero Toffanin 43da14eb18 Cleanup, logger output setup
Former-commit-id: 1bdc478329
2018-10-17 13:14:03 -04:00
Piero Toffanin 758e62da34 dem2mesh quad tree merge working
Former-commit-id: cb219715ae
2018-10-17 11:35:18 -04:00
Piero Toffanin c046309b79 Improved memory usage, using vtkGreedyTerrainDecimator for 2.5D mesh generation
Former-commit-id: c3aedc3e07
2018-10-11 11:31:49 -04:00
Piero Toffanin f426270805 maxVertexCount param fix, added dem2mesh calls, cleanup
Former-commit-id: c9e6640bff
2018-10-07 17:55:10 -04:00
Piero Toffanin 90091db4f8 Renamed dem2points --> dem2mesh, MAX_INT striding, cleanup
Former-commit-id: fed76ed1a7
2018-10-07 15:21:19 -04:00
Piero Toffanin 87356d200b Started modifying dem2points to dem2mesh
Former-commit-id: 7e5c6cbf0e
2018-09-29 16:53:49 -04:00
Piero Toffanin 73d67dad97 PDAL DSM type set to float, 2.5D dsm res tweak
Former-commit-id: 2748bb1143
2018-07-07 00:15:15 -04:00
Piero Toffanin 7ff268079a Added odm_dem2points module, better skirts algo
Former-commit-id: 7ec33ffb09
2018-07-06 16:41:56 -04:00
Piero Toffanin 9a8520e383 Merged add-poissonrecon, cleaned up old config params
Former-commit-id: 6b537945a2
2018-07-06 10:29:55 -04:00
Dakota Benjamin 5b704635e8 Merge branch 'odm_output_improvements' of ssh://git.masseranolabs.com:/home/odm/OpenDroneMap into add-poissonrecon
Former-commit-id: 4a81684d60
2018-07-06 10:01:33 -04:00
Piero Toffanin 918ac365bc Added max-concurrency to loky executor
Former-commit-id: 0d6fda728e
2018-07-03 13:01:18 -04:00
Piero Toffanin 6326cee0bc Tied odm_cleanmesh, moved meshing call to mesh.py
Former-commit-id: b026a20cea
2018-07-03 11:24:47 -04:00
Piero Toffanin a67230e4ae mve makescene confirm bug fix
Former-commit-id: dba9407ee7
2018-07-02 15:21:30 -04:00
Piero Toffanin 7571838252 Skirts improvements, DEM default improvements
Former-commit-id: d204ab7791
2018-06-18 09:54:09 -04:00