The July 19, 2022 CloudComPy Linux release is available

The July 19, 2022 version of the Linux64 Anaconda 3 binary is available here.

Please have a look at README for requirements.

This version brings the following features:

  • update to CloudCompare master > 2.12.4 (july 19, 2022)
  • add a user documentation with some use cases.
  • improve C2C split distances (issue #56), see test009.py
  • get access to sensor TSL info (sensors position, transformation...) (issue #57), see test041.py
  • get access to E57 structure (issue #58), see test041.py
  • compute scattering angles (issue #59), see test041.py
  • implement GuessBestParams for M2C2 plugin (issue #60), see test030.py
  • compute CSF filter on a cloud (issue #61), see test043.py
  • add a use case for memory leaks in iterative processes (issue #62), see test042.py
  • Various small fixes.

 

NOTE: issues #49, #50, #53, #54 are still under analysis, they will require further development.

Corresponding git tag CloudComPy_master_20220719.
 

This binary works only on Linux 64, on recent distributions, and with Anaconda3 as described in README, not anywhere else!

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04 (focal), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag CloudComPy_master_20220719.