# Kuwahara

## **Overview**

The Kuwahara filter applies a Kuwahara blur to the terrain, which is a different type of blur algorithm that tries to preserve edges lines and high frequency detail. With this it can be used to flatten low frequency areas and create overall more painterly looking straighter shapes.

## **Parameters**

<table><thead><tr><th width="179.699951171875">Properties</th><th>Description</th></tr></thead><tbody><tr><td><strong>Kernel Size</strong></td><td>The distance of the kernel the filter uses. Higher values means the region for each pixel it operates on is larger.</td></tr><tr><td><strong>Passes</strong></td><td>The number of iterations the filter runs for each step. Higher values result in a stronger effect.</td></tr><tr><td><strong>Anisotropy</strong></td><td>Uses edge aligned normals for the sampling algorithm, leading to better edge preservation.</td></tr><tr><td><strong>Sharpness</strong></td><td>Controls the sharpness of the edge preservation.</td></tr><tr><td><strong>Hardness</strong></td><td>Controls the hardness between different blurring zones.</td></tr><tr><td><strong>Length</strong></td><td>Scales the length of the individual edge splats.</td></tr><tr><td><strong>Uniformness</strong></td><td>Creates more differences between blurring zones.</td></tr><tr><td><strong>Zeta</strong></td><td>Additional controls for scaling the blurring zones.</td></tr></tbody></table>

## **Results**

<div><figure><img src="/files/DwTdaxfc1QEe2ODQwOYy" alt=""><figcaption></figcaption></figure> <figure><img src="/files/oC1LpVZbkVj6QHZF51Xt" 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/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.
