> 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-ko/workflows/workflow-blocks/visualize-predictions/circle-visualization.md).

# 원 시각화

### 이 블록에 대하여

Circle Visualization block을 사용하면 이미지에서 감지된 영역 주위에 원을 그릴 수 있습니다.

이 블록은 다음과 함께 작동합니다:

* Object detection 모델
* Segmentation 모델

<figure><img src="/files/3fa40c8866df054d01cdea8d0acb5787b7a2df7a" alt=""><figcaption><p>Label Visualization 블록입니다.</p></figcaption></figure>

이 블록은 object detection 또는 segmentation model의 좌표를 사용해 계산된 원만 표시합니다. 개체 레이블을 보려면 다음을 추가해야 합니다. [레이블 시각화](/roboflow/roboflow-ko/workflows/workflow-blocks/visualize-predictions/label-visualization.md).

### 이 블록에 보낼 수 있는 것

이 블록을 사용하려면 다음이 필요합니다:

1. 입력 이미지 또는 비디오 프레임, 그리고;
2. Object Detection 또는 Segmentation 모델의 예측 결과.

### 이 블록이 반환하는 것

Circle Visualization block은 이미지에서 감지된 영역 주위에 원이 그려진 이미지를 반환합니다.

이 블록의 출력 예시는 다음과 같습니다:

<figure><img src="/files/78f70644bd5a8b3a24e6fc0dbe3da1e19e4da668" alt=""><figcaption><p>이미지에 표시된 감지된 영역의 원입니다.</p></figcaption></figure>

다음은 이 블록을 Label Visualization block과 함께 사용할 때의 예입니다:

<figure><img src="/files/dfcb3fa86d5c6a4bb19742a6cdb0e0ffccac3cf1" 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-ko/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.
