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.
有谁知道与使用 Quartz Composer 实时重新映射视频中的像素相关的好资源?我已经阅读了编程指南,但它没有我需要的所有信息......谢谢!
你有什么样的“重新映射”?
如果您有一个数学表达式,在给定输出像素的位置的情况下,确定哪个输入像素组合形成该输出像素,那么 Core Image 可能就是您正在寻找的。查看Core Image Kernel补丁 --- 通过该补丁提供图像数据,然后转到其设置面板以自定义像素着色器。
Core Image Kernel