kuwahara
Here are 9 public repositories matching this topic...
A Paint.NET Effect plugin that implements the Kuwahara noise reduction algorithm.
-
Updated
Jul 29, 2018 - C#
Recognize noised digit symbols using C# and Open.CV
-
Updated
Sep 16, 2017 - C#
Image processing with Golang
-
Updated
Mar 23, 2023 - Go
Unity URP RenderFeature that implements Kuwahara (oil painting) Post Processing Effect
-
Updated
Jun 26, 2024 - ShaderLab
The Kuwahara filter in rust.
-
Updated
Jun 2, 2023 - Rust
The Kuwahara filter is a non-linear filter used for image smoothing while preserving edges. It divides the image into overlapping square regions and computes the mean and variance of pixel values within each region. Then, it selects the region with the smallest variance and replaces all pixels within that region with the mean value of those pixels.
-
Updated
Apr 17, 2024 - Python
Improve this page
Add a description, image, and links to the kuwahara topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kuwahara topic, visit your repo's landing page and select "manage topics."