Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究用于条形码扫描的谷歌机器学习套件。我遇到的问题之一是能够扫描反向条形码,这是浅色/白色背景上的深色/黑色条形码。我想知道是否有人知道这是否可以通过 ML Kit 实现?
ML KIT 不支持反条形码。但是,您的程序决定它是通过文件还是快照访问工具包,因此您可以创建一个函数,在发送图片之前简单地翻转图片的每个字节。