4725a14c96
* Add WWW for source code repository. * Static tarball is available, but not used, as GH_TUPLE is needed for bundled external libraries and 3-rd party plugins. * GL is needed for the main application, not for the plugins only. * Build PLUGIN_IO_QPDAL unconditionally, just like other plugins. * Supply *.desktop with *.png files from the previous version, as upstream doesn't ship them anymore. Fix post-install accordingly. * Fix plugin path detection actually enabling plugins autoloading. * Improve COMMENT and pkg-descr Reviewed by: arrowd@ Approved by: db@, yuri@ (Mentors, implicit) Differential Revision: https://reviews.freebsd.org/D55434
15 lines
882 B
Plaintext
15 lines
882 B
Plaintext
CloudCompare is a 3D point cloud (and triangular mesh) editing and processing
|
|
software.
|
|
|
|
It has been designed to perform direct comparison between dense 3D point
|
|
clouds. It relies on a specific octree structure that enables great performances
|
|
when performing this kind of task. As most point clouds now are acquired by
|
|
terrestrial laser scanners, CloudCompare is able to deal with huge point clouds
|
|
- typically tens of millions of points. A comparison between a point cloud and a
|
|
triangular mesh is also supported. So are many other point cloud processing
|
|
algorithms (registration, resampling, color/normal vectors/scalar fields
|
|
management, statistics computation, sensor management, interactive or automatic
|
|
segmentation, etc.) as well as display enhancement tools (custom color ramps,
|
|
color & normal vectors handling, calibrated pictures handling, OpenGL shaders,
|
|
plugins, etc.).
|