# 노이즈 제거

## **개요**

Denoise 필터는 지형의 노이즈를 줄입니다. 작업 중인 레벨 단계에 따라 이는 더 큰 규모 또는 더 작은 규모의 노이즈에 영향을 줄 수 있습니다.

## **매개변수**

<table><thead><tr><th width="179.699951171875">속성들</th><th>설명</th></tr></thead><tbody><tr><td><strong>편차</strong></td><td>편차는 노이즈 감지의 스케일을 제어합니다.</td></tr><tr><td><strong>임계값</strong></td><td>임계값 매개변수 아래에서 노이즈로 감지된 모든 항목은 부드럽게 처리되며, 이를 통해 부드럽게 처리될 노이즈의 양을 제어할 수 있습니다.</td></tr><tr><td><strong>반경</strong></td><td>스무딩 작업에 포함되는 픽셀의 수입니다.</td></tr></tbody></table>

## **결과**

<div><figure><img src="/files/4db3e0564fb6adcc4eb0004158235d862cc6e261" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2cf5c37adcde2b2d20b2f3d4082c5c431957be6b" alt=""><figcaption></figcaption></figure></div>


---

# 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.world-creator.com/ko/reference/terrain/biome/filters/effect/denoise.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.
