kornia/kornia-rs

[Feature]: Discussing U8 support for image processing functions

Open

#642 aperta il 12 gen 2026

Vedi su GitHub
 (8 commenti) (0 reazioni) (1 assegnatario)Rust (188 fork)auto 404
enhancementhelp wantedtriage

Metriche repository

Star
 (675 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

🚀 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

Guida contributor