# Background Color Visualization

### 이 블록에 관하여

Background Color Visualization 블록을 사용하면 detection model에 의해 감지되지 않은 영역의 색상을 변경할 수 있습니다.

이는 감지된 영역을 강조하여 이미지에서 더 쉽게 보이게 하거나, 이미지에서 배경을 제거하고 싶을 때 유용합니다.

기본적으로 이 블록은 detection model에 의해 감지되지 않은 영역을 불투명하게 만듭니다. 또한 블록을 구성하여 감지되지 않은 영역의 색을 변경하도록 설정할 수 있습니다.

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

* Object detection models
* Segmentation models

<figure><img src="/files/074ce09169b810938e172be7374b11b475f7facb" alt=""><figcaption><p>Label Visualization 블록.</p></figcaption></figure>

### 이 블록에 보낼 수 있는 내용

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

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

### 이 블록이 반환하는 내용

이 블록은 model에 의해 감지되지 않은 영역을 더 불투명하게 만듭니다.

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

<figure><img src="/files/7438d1392567aa2bdf599f8580c68add1977c162" alt=""><figcaption><p>이미지의 배경이 강조된 객체보다 더 불투명합니다</p></figcaption></figure>

블록 구성 옵션에서 배경의 색상과 불투명도를 변경할 수 있습니다:

<figure><img src="/files/6f274a4cdc510bb051c6a9ea373a12063db24b52" alt=""><figcaption></figcaption></figure>

색상은 모든 hex 값이거나 BLACK, WHITE, BLUE, RED와 같은 일반적인 색상일 수 있습니다.

다음은 배경이 BLACK으로 설정되고 불투명도가 1로 설정된 예시입니다:

<figure><img src="/files/f0da5219de3c15aedf4e6e8842e29e2b361b791c" alt=""><figcaption><p>이제 배경이 이미지에서 완전히 제거되었습니다.</p></figcaption></figure>

### 사용 사례

이 블록은 이미지에서 감지된 영역에 집중하고 싶거나, 이미지에서 감지되지 않은(배경) 영역을 제거하고 싶을 때 유용합니다.


---

# 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-ko/workflows/workflow-blocks/visualize-predictions/background-color-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.
