-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for anisotropic kuwahara node
- Loading branch information
1 parent
3857ec8
commit b6a7d88
Showing
4 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters