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.