inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

QR Decomposition #30

Closed mitjap closed 8 years ago

mitjap commented 10 years ago

I can see you're no longer active on this project so I would like to step in a bit and implement a QR alogirthm using Modified Gram-Schmidt alogithm. Are you wiling to accept my pull request if you happen to like my code?

inspirit commented 10 years ago

Well I'm working on new features which will be added soon Of course adding QR decomposition is welcome as well as any contribution

zavodnyrichard commented 4 years ago

Sorry for opening this almost 5 years old topic, but my question is relavant to this topic. I'm willing to implement custom "QR" like codes (similiar to Snapchat and Messenger ones) and looking for some existing QR code reader. I found this library as I was looking for OpenCV alternatives for Javascript and somebody recommended this one. Has anybody ever did this?