# Intensity Filter and Picker

The intensity feature in a LAS file represents the strength of the laser pulse return from a surface when captured by a LiDAR sensor. Think of it like how a flashlight reflects differently off various surfaces, bright surfaces reflect more light, while dark surfaces reflect less.

{% hint style="success" %} <img src="/files/mXHEiGg35kYjwl0I4r5p" alt="" data-size="line"> Typically stored as a 16-bit integer (0 to 65,535). Higher values mean stronger reflections.
{% endhint %}

![Intensity animation](/files/0d023a9140e9464dd86930b1344d3bb0edc0ae7f)

***

### Benefits

* Material classification: Helps distinguish between different materials.
* Road and infrastructure mapping: Enhances visibility of lane markings.
* Vegetation / water bodies analysis: Differentiates between tree types and water bodies.

***

### Steps to use Intensity Filter

{% stepper %}
{% step %}

#### Open point color settings

Go to Tool Settings -> Point Colors
{% endstep %}

{% step %}

#### Select an intensity color map

Choose one of the available intensity filters:

* Intensity (B-G-Y-R)
* Intensity (B-C-T-G-Li-Y-O-R)
* Intensity (Rainbow)
* Intensity Grayscale
  {% endstep %}

{% step %}

#### Pick an intensity from the point cloud

Identify an area that has a reflective surface but shows low intensity. Use the intensity picker by pressing CTRL+Shift+left-click on the point cloud to pick the intensity value of a point. This action is called the Intensity Picker.
{% endstep %}

{% step %}

#### View picked intensity feedback

A message appears informing you of the intensity value picked.
{% endstep %}

{% step %}

#### Intensity Controls Slider adjustments

When you pick an intensity:

* The Intensity Controls Slider minimum is set to (picked intensity - 1) or 0, whichever is higher.
* The Intensity Controls Slider maximum is set to (picked intensity - 1) or 100, whichever is less.

You can further adjust the range using the slider or the min and max input fields.
{% endstep %}

{% step %}

#### Observe the point cloud coloring

Points whose intensity values lie within the Intensity Controls Slider range will appear with sharpened intensity colors. The remaining points will be blue and/or red.
{% endstep %}

{% step %}

#### Tip for low-intensity views

When intensity values are very low, the color schema can be straining on the eyes. Use the Isolate feature to reduce color noise. The [Hotzone](/3d-multi-sensor-fusion/labeling/3d-multi-sensor-fusion-labeling-editor/key-features/hotzone.md) feature can also be applied before picking an intensity.
{% endstep %}
{% endstepper %}


---

# 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://docs.imerit.net/3d-multi-sensor-fusion/labeling/3d-multi-sensor-fusion-labeling-editor/key-features/intensity-filter-and-picker.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.
