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 构建一个色度计:一个应用程序,您可以在其中将相机对准某物并获取 rgb 值。简单的。应用商店有很多这样的应用,但我想将其用作未来探索的案例研究。
有谁知道我可以从哪里开始?任何框架已经可用,或者甚至更好的应用程序已经构建了一个可用的开源?
谢谢!
前段时间我确实尝试过这个,这两个答案对我帮助很大......
如何获取iphone上图像上像素的RGB值
从 CGImage 获取 RGB 像素数据
希望他们也能帮助你.. :)