# Bitmap Blobs

## Description

Get Blobs from a Bitmap

{% tabs %}
{% tab title="Preview" %}
![](/files/KmR8t9MfYlMfbr4l4jKU)
{% endtab %}

{% tab title="Location" %}
**Name** | Bitmap Blobs

**Nickname** | BmpBlobs

**Tab** | Bitmap

**Panel** | Vectorize

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**I** | **Image** (*B+ Image, Bitmap*) | A Bitmap Plus Image or Bitmap

**W** | **Width Domain** (*Interval*) | The horizontal threshold domain for the filtered blobs

**H** | **Height Domain** (*Interval*) | The vertical threshold domain for the filtered blobs

**C** | **Background Color** (*Colour*) | The background color to be ignored

**F** | **Coupled Filtering** (*Bool*) | If true filter by height and width, if false filter by height or width.
{% endtab %}

{% tab title="Ouputs" %}
**R** | **Boundaries** (*Rectangle*) | The rectangular boundary of the blobs

**B** | **Bitmaps** (*Bitmap*) | The bitmap of the extracted blob corresponding ot the boundary

**C** | **Colors** (*Colour*) | The averaged color of the blob

**P** | **Points** (*Point*) | Blob corner points
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage

![](/files/VgBQXoM8JQcDKoA9PF6B)


---

# 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://interopxyz.gitbook.io/bitmap-plus/components/vectorize/bitmap-blobs.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.
