kornia/kornia-rs
View on GitHub[Feature]: Discussing U8 support for image processing functions
Open
#642 opened on Jan 12, 2026
enhancementhelp wantedtriage
Repository metrics
- Stars
- (675 stars)
- PR merge metrics
- (PR metrics pending)
Description
🚀 Feature Description
Since most of the image processing work is done primarily in u8, having highly optimized functions that support u8, preferably using SIMD, seems like a great functionality to have, especially for the upcoming orb detector, etc
There's already issues open for specific functions, but this issue is to try to figure out what to do with the library in general
📂 Feature Category
Image Processing
💡 Motivation
efficient image processing
💭 Proposed Solution
this is the thing we could discuss here, what functions to refactor for u8 and how to go about it
📚 Library Reference
preferably based on openCV's implementations of these functions
🤝 Contribution Intent
- I plan to submit a PR to implement this feature
- I'm requesting this feature but not planning to implement it