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.
我正在构建一个 iphone 应用程序,以在放置在色板上时通过 iphone 相机识别特定颜色。
请注意,我希望它通过流式摄像机输出工作,而不仅仅是静止图像或照片。
我最初的想法是扫描一系列像素(比如在相机馈送的每个角上 4 个),如果每个像素中注册的颜色匹配,然后向用户显示颜色(以文本形式)。
就示例代码或 API 而言,或者即使有更好的设计解决方案来解决问题,有人能否指出我正确的方向。