# 5.4 Point Cloud

A point cloud is a group of points used to store data dynamically. LiDAR systems are frequently used for this.

The processed information from the LiDAR system develops point cloud data once it has gathered each individual reading and the numerous point data in a point cloud are represented by light pulses.

Surfaces and objects are recorded using a sequence of pictures taken during a fly-over. A point cloud of the object can be created through surface matching and triangulation by matching various photo views of a single view or object.

Steps to use point cloud image are:

1. &#x20;Open an Orthomosaic image generated from DroneNaksha.
2. &#x20;Click on the 3D option from the bottom menu.

<figure><img src="/files/zswF2fiEg4bLcKEW0ip5" alt=""><figcaption><p>Opening Point Cloud Option</p></figcaption></figure>

3. Three options will be displayed on the screen such as "Point Cloud", "Texture View", and "Both".
4. Select "Point Cloud" option to create a point cloud image as shown.

<figure><img src="/files/IJjZzbZQMvdLwUcoHPMp" alt=""><figcaption><p>Point Cloud Image</p></figcaption></figure>

The image generated from point cloud can be rotated from any angle on any axis to observe the structure neatly.

The user may use measurement tools on this image to get the measurements of selected area.

<figure><img src="/files/D8o6krCtyQTPzwcaX9Fj" alt=""><figcaption><p>Measurement</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dronenaksha-docs.aeromegh.com/5.-visualization/5.4-point-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
