OpenCV Datamatrix Code Finder

感情迁移 提交于 2020-01-05 07:27:07

问题


Has anyone ever written or heard of a datamatrix code decoder written in OpenCV?

I have used the decoder that comes with ZXing, but to be honest, its pretty bad. It needs to be a fully clear image, using the entire image, and not at an angle. The latter being the biggest drawback for me. There are many apps out there that can read an image and recover from things like being blury, at an angle, or even only 40% of the image.

If anyone knows another SDK that would work better, please let me know. Ive used opencv many times, and it seems like it wouldn't be very hard to write a datamatrix decoder, I'm just surprised the code isnt out there.


回答1:


It's actually embedded. Furthermore, if you state 'it wouldnt be too hard', and given the fact that you are looking for it and haven't found it, how about contribute yourselves? https://code.ros.org/trac/opencv/browser/trunk/opencv/modules/objdetect/src/datamatrix.cpp



来源:https://stackoverflow.com/questions/13649342/opencv-datamatrix-code-finder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!