kornia/kornia-rs

Add Gaussian Blur support for u8 images

Open

#461 opened on Aug 30, 2025

View on GitHub
 (8 comments) (0 reactions) (1 assignee)Rust (188 forks)auto 404
crate: imgprocenhancementgood first issuehelp wanted

Repository metrics

Stars
 (675 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the Gaussian Blur functionality is only implemented for f32 images.

It would be beneficial to add support for u8 images as well. This would enable broader usage scenarios and improve the usability of the Gaussian Blur functionality for typical image processing pipelines where u8 images are common.

Contributor guide