# Circle Visualization

### इस block के बारे में

Circle Visualization block आपको किसी image में detected regions के चारों ओर एक circle बनाने देता है।

यह block इनके साथ काम करता है:

* Object detection models
* Segmentation models

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

यह block केवल उन circles को दिखाता है जो object detection या segmentation model से coordinates का उपयोग करके calculate किए गए हैं। object labels देखने के लिए, आपको एक add करना होगा [Label Visualization](/roboflow/roboflow-hi/workflows/workflow-blocks/visualize-predictions/label-visualization.md).

### आप इस block में क्या भेज सकते हैं

इस block का उपयोग करने के लिए, आपको चाहिए:

1. एक input image या video frame, और;
2. Object Detection या Segmentation model से predictions.

### यह block क्या लौटाता है

Circle Visualization block एक image लौटाता है जिसमें किसी image में detected regions के चारों ओर एक circle बनाया गया होता है।

इस block से मिलने वाला एक उदाहरण output यहाँ है:

<figure><img src="/files/4f02e143258ad5026587a5a3a72423cac98fe51d" alt=""><figcaption><p>Detected regions से बने circles image पर प्रदर्शित किए गए हैं।</p></figcaption></figure>

यह एक example है जब इस block का उपयोग Label Visualization block के साथ किया जाता है:

<figure><img src="/files/b4d1b9bbbe50c668fa254b5e4e75fe178a9955a5" alt=""><figcaption><p>Object detection model से बने circles और labels image पर प्रदर्शित किए गए हैं.</p></figcaption></figure>

### Use cases

अगर आप किसी image पर model के results देखना चाहते हैं, तो यह block उपयोगी है। testing के दौरान यह सामान्य है.

क्योंकि predictions को visualize करने से Workflow चलाने में थोड़ा overhead जुड़ता है, इसलिए हम production में Visualization जोड़ने की सलाह सिर्फ़ तभी देते हैं जब आपको अपने model से results का स्थान देखना हो.


---

# 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/roboflow/roboflow-hi/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.
