Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.53 KB

kuwahara-torch

Kuwahara filter in PyTorch.

Usage

See full code and images on example dir.

pip install -U kuwahara-torch

Examples

Originally kuwahara filter was used for denoising.

Original kuwahara Generalized kuwahara

But now it is used for artistic style.

Original kuwahara Generalized kuwahara
Original Generalized kuwahara

TODO

  • Kuwahara
  • Generalized kuwahara
  • Anisotropic kuwahara. Idk how to tilt the kernel in pytorch. PRs are welcome.

References