# 쿠와하라

## **개요**

쿠와하라 필터는 지형에 쿠와하라 블러를 적용합니다. 이는 에지 선과 고주파 디테일을 보존하려는 다른 유형의 블러 알고리즘입니다. 이를 통해 저주파 영역을 평탄화하고 전반적으로 더 회화적이고 직선에 가까운 형태를 만들 수 있습니다.

## **매개변수**

<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><tr><td><strong>선명도</strong></td><td>에지 보존의 선명도를 제어합니다.</td></tr><tr><td><strong>경도</strong></td><td>서로 다른 블러 영역 간의 경도를 제어합니다.</td></tr><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/dfc882268eae22aa42db68c948a5adfdd61617a5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/47a1d9a8eb93a00f686d6c49c8767c1b5f9f40fc" 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/kuwahara.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.
