LogoLogo
  • Welcome
  • Installation
    • Installing Fiji
    • Installing the sciview plugin for Fiji
    • Installing the development version of the sciview plugin for Fiji
  • Demo Gallery & Recipes
    • Published Examples
    • Feature Demos
    • Recipes
  • Basics
    • First Scene
    • Volumetric Data
    • Mesh Processing
  • Image Analysis
    • Creating and Exporting Isosurfaces
    • Image Registration
    • Voxelization
  • Complex Data
    • Point Clouds
    • 3D Segmentations
  • Scripting
    • First scripts
    • Animations
    • Find and Count Cells
  • VR & AR
    • VR & AR
  • Development
    • First Demo Command
    • Customizing the Inspector
    • Update sites
    • Benchmarking
  • Workshops
    • HIP 2021
    • I2K 2020
  • Surveys
    • I2K 2020
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Complex Data

Point Clouds

PreviousVoxelizationNext3D Segmentations

Last updated 4 years ago

Was this helpful?

Open the source tree to the PointCloudDemo.

The core of creating a point cloud is quite simple. Here we create 100 points at random positions in the range of (-0.5, -0.5, -0.5) to (0.5, 0.5, 0.5).

Then we add the collection of points to the scene with a point size of 50