cloudComPy
2.13

Introduction

  • 1. cloudComPy: a first example
  • 2. license

cloudComPy User Manual: basics

  • 1. Introduction
  • 2. Loading clouds and other entities from files
  • 3. Saving Clouds and other entities to files
  • 4. Clouds, meshes, scalar fields: introspection, manipulation
  • 5. operations on coordinates, scalar fields, colors, normals, meshes with Numpy

Some use cases

  • 1. Create a point cloud with numpy
  • 2. Cut a cloud or a mesh with a polyline
  • 3. Compute distances between clouds and meshes
  • 4. Cloud registration
  • 5. Cloud triangulation: create a mesh
  • 6. Fitting ccPlane
  • 7. Searching points in neighbourhood
  • 8. Cloud sampling, noise filter, filter by scalar field
  • 9. Generate histograms
  • 10. Compute a 2.5D volume
  • 11. Cloud rasterization
  • 12. Interpolate scalar fields from one cloud to another
  • 13. Finding an optimal bounding box
  • 14. Working with quaternions for rotations
  • 15. Cloud comparison with plugin M3C2
  • 16. ShadeVIS (ambiant occlusion) with Plugin PCV
  • 17. Compute Hidden Point Removal with plugin HPR
  • 18. Boolean operations on meshes with plugin MeshBoolean or plugin Cork
  • 19. Finding primitives on a cloud with plugin RANSAC-SD
  • 20. Compute Cloth Simulation Filter on a cloud with CSF plugin
  • 21. Classify a point cloud with Canupo plugin and a trained classifier
  • 22. Compute distance between a cloud and a surface of revolution, with SRA plugin
  • 23. Surface Mesh reconstruction, with Poisson Reconstruction plugin
  • 24. Sclices and contours
  • 25. Extract Sections (generate cloud slices and profiles)
  • 26. Extract or Label Connected Components
  • 27. Merge several entities (clouds or meshes)
  • 28. Avoid memory leaks in an iterative process
  • 29. Render a 3D scene to an image file
  • 30. choosing a specific color scale for a scalar field rendering

cloudComPy Reference documentation

  • 1. cloudComPy module, functions
  • 2. Points Clouds
  • 3. Polylines
  • 4. Octrees, descriptors and neighbourhood
  • 5. Meshes
  • 6. ccPrimitives
  • 7. transformations
  • 8. Sensor
  • 9. Scalar Fields
  • 10. Distance Computation Tools
  • 11. Geometrical Analysis Tools
  • 12. Cloud Sampling Tools
  • 13. 2D Polygons
  • 14. Neighbourhood
  • 15. Colors

plugins Reference documentation

  • 1. Canupo plugin
  • 2. CSF plugin
  • 3. HPR plugin
  • 4. M3C2 plugin
  • 5. MeshBoolean plugin
  • 6. PCL plugin
  • 7. PCV plugin
  • 8. PoissonRecon plugin
  • 9. RANSAC_SD plugin
  • 10. SRA plugin
  • 11. minimalBoundingBox Python plugin

Indices and tables

  • 1. general index
  • 2. module index
cloudComPy
  • Python Module Index

Python Module Index

c
 
c
- cloudComPy
    cloudComPy.Canupo
    cloudComPy.CSF
    cloudComPy.HPR
    cloudComPy.M3C2
    cloudComPy.MeshBoolean
    cloudComPy.PCL
    cloudComPy.PCV
    cloudComPy.PoissonRecon
    cloudComPy.RANSAC_SD
    cloudComPy.SRA

© Copyright 2021-2024, Paul RASCLE.

Built with Sphinx using a theme provided by Read the Docs.