kornia/kornia-rs

Add Gaussian Blur support for u8 images

Open

#461 aberto em 30 de ago. de 2025

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

Métricas do repositório

Stars
 (675 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador