> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/workflows/workflow-blocks/visualize-predictions/circle-visualization.md).

# Circle 可視化

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

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

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

* Object detection models
* Segmentation models

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

このブロックは、object detection または segmentation model の座標を使用して計算された円のみを表示します。object labels を表示するには、追加する必要があります。 [Label Visualization](/roboflow/roboflow-jp/workflows/workflow-blocks/visualize-predictions/label-visualization.md).

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

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

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

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

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 model の円とラベルが画像上に表示されています。</p></figcaption></figure>

### ユースケース

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/workflows/workflow-blocks/visualize-predictions/circle-visualization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
