# Circle Visualization

### About this block

The Circle Visualization block lets you draw a circle around detected regions in an image.

This block works with:

* Object detection models
* Segmentation models

<figure><img src="/files/g3Gns3XysrsEIkAiOLNk" alt=""><figcaption><p>The Label Visualization block.</p></figcaption></figure>

This block only shows circles calculated using the coordinates from an object detection or segmentation model. To see object labels, you will need to add a [Label Visualization](/workflows/workflow-blocks/visualize-predictions/label-visualization.md).

### What you can send into this block

To use this block, you need:

1. An input image or video frame, and;
2. Predictions from an Object Detection or Segmentation model.

### What this block returns

The Circle Visualization block returns an image with a circle drawn around detected regions in an image.

Here is an example output from this block:

<figure><img src="/files/XzqQqukpAN7pVvgT2dOA" alt=""><figcaption><p>Circles from detected regions displayed on an image.</p></figcaption></figure>

Here is an example when this block is used with a Label Visualization block:

<figure><img src="/files/xRn6cFNQuiHF0SS72vtw" alt=""><figcaption><p>Circles and labels from an object detection model displayed on an image.</p></figcaption></figure>

### Use cases

This block is useful if you want to see the results from a model on an image. This is common during testing.

Because visualizing predictions adds a small amount of overhead to running a Workflow, we only recommend adding a Visualization in production if you need to see the location of results from your model.


---

# 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.roboflow.com/workflows/workflow-blocks/visualize-predictions/circle-visualization.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.
