# Circle Visualization

### このブロックについて

Circle Visualizationブロックを使用すると、画像内の検出された領域の周囲に円を描画できます。

このブロックは次のものと連携します:

* Object detection models
* Segmentation models

<figure><img src="/files/3d9099fd4960ad8f1996a9057a1836973027619d" alt=""><figcaption><p>Label Visualization ブロック。</p></figcaption></figure>

このブロックは、object detection または segmentation モデルの座標を使用して計算された円のみを表示します。オブジェクトのラベルを表示するには、追加する必要があります [ラベルの可視化](/roboflow/roboflow-jp/workflows/workflow-blocks/visualize-predictions/label-visualization.md).

### このブロックに送信できるもの

このブロックを使用するには、次が必要です:

1. 入力画像または動画フレーム、および;
2. Object Detection または Segmentation model からの予測。

### このブロックが返すもの

Circle Visualizationブロックは、画像内の検出された領域の周囲に円が描画された画像を返します。

このブロックの出力例は次のとおりです:

<figure><img src="/files/45b2f6cd80764e4c7655974853d1149984a79737" alt=""><figcaption><p>画像上に表示された検出領域からの円。</p></figcaption></figure>

これは、このブロックをLabel Visualizationブロックと組み合わせて使用した場合の例です:

<figure><img src="/files/8a582d01aca0bd785d8dc3cfd94864a4365c9869" alt=""><figcaption><p>object detectionモデルからの円とラベルが画像上に表示されています。</p></figcaption></figure>

### ユースケース

このブロックは、画像上でモデルの結果を確認したい場合に便利です。これはテスト中によく使われます。

予測を可視化すると Workflow の実行に少しだけオーバーヘッドが加わるため、本番環境で Visualization を追加するのは、モデルの結果の位置を確認する必要がある場合にのみ推奨します。


---

# 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-jp/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.
