-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement native QRCodeDetector #231
Comments
Hi, anyone working on this issue? I would like to work on this issue. start to create a new crate
About the detect and decode what data types should I return? any suggestion?
References |
Hi, sounds good to me if you want to give it a shot. What’s exactly retval as String ? Also for simplicity I would return for now a vec<[[f32; 2]; 4]> for the points. Are you planning to write from scratch, or use any other library ? Let’s minimise as much as possible the deps tree |
Hi,@edgarriba is jaydon2020 working on this issue?Can i work on this issue if u can help me?i was thinking of contributing to the kornia rs for gsoc 2025 |
@edgarriba, I do some research this library working well on QRCode detect Since minimize as much as possible the deps tree, I will manually port it from OpenCV QRCode Detect. Also, the OpenCV implement an abstract class GraphicalCodeDetector for QRCode, do we need to follow similar approach so that it provide an trait for future implementation like barcode or aruco detection |
@jaydon2020 sounds like a plan |
Create a native implementation of QR detector similar to OpenCV QRCodeDetector requested by user in discord.
Ideally as separated crate
kornia-qr
within the parent worksapce.The text was updated successfully, but these errors were encountered: