Skip to content

Commit

Permalink
Add documentation for anisotropic kuwahara node
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchange committed Feb 7, 2024
1 parent 3857ec8 commit b6a7d88
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions material_maker/doc/node_filter_anisotropic_kuwahara.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Anisotropic Kuwahara node
~~~~~~~~~~~~~~~~~~~~~~~~~

The **Anisotropic Kuwahara** node applies a smoothing filter (while preserving the edges of the image)
to its input. This can be used to create stylized images with effects similar to painted brushstrokes.

.. image:: images/node_filter_anisotropic_kuwahara.png
:align: center

Inputs
++++++

The **Anisotropic Kuwahara** node has a single input.

Outputs
+++++++

The **Anisotropic Kuwahara** node outputs the result of the smoothing filter.

Parameters
++++++++++

See also `Kuwahara node <https://docs.blender.org/manual/en/4.0/compositing/types/filter/kuwahara.html>`_
on Blender docs for more details on *Size*, *Uniformity*, *Sharpness* and *Eccentricity*.

The **Anisotropic Kuwahara** node accepts the following parameters:

* **Resolution** used to sample the input image.

* **Size** of the filter. Higher values can produce more stylized results.

* **Unifomity** of the image edges' directions.

* **Sharpness** of the edges of the image.

* **Eccentricity** affects the directionality of the filter.

Example images
++++++++++++++

.. image:: images/node_anisotropic_kuwahara_samples.png
:align: center
1 change: 1 addition & 0 deletions material_maker/doc/nodes_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ The filter nodes accept one or several inputs and generate one or several images
node_filter_color_conversion
node_filter_normal_to_height
node_filter_colorspace_roundtrip
node_filter_anisotropic_kuwahara

0 comments on commit b6a7d88

Please sign in to comment.