py4dgeo
py4dgeo copied to clipboard
py4dgeo - A Python library for change analysis in 4D point clouds
Computing times for normal are observed to be 10x to 20x slower than those observed in CloudCompare when using the same radii. In addition, but not consistently reproducible: Sometimes when...
In file `m3c2ep_change_analysis.ipynb`, cell 2 attempts to download example data using the following URL: ``` # Url for download of data url = "https://heibox.uni-heidelberg.de/f/5178311eda2e475489d3/?dl=1" ``` However, running this cell produces...
When installing py4dgeo using python -m pip install py4dgeo, the m3c2 implementation returns the same distance value for every corepoint. In contrast, when py4dgeo is built from source, each corepoint...
This ffixes #362.
In the transition to numpy 2, we had multiple issues (#360 + one other) that occurred because we were pinned to an old version of pybind11. It may be time...
I'm trying to extract 4D objects-by-change (4D-OBCs) from a large SpatiotemporalAnalysis (STA) object containing more than 500,000 potential seeds using an HPC. When writing the list of 4D-OBCs to the...
Dear authors, thank you very much for your work. I have used your library to a limited extent, and would have a couple of suggestions. - returning the registration error...