【发布时间】:2014-10-28 04:37:22
【问题描述】:
我正在尝试遍历AVAsset 中的每一帧,并将每一帧当作图像处理。我无法从搜索中找到任何内容。
我要完成的任务在伪代码中看起来像这样
for each frame in asset
take the frame as an image and convert to a cvMat
Process and store data of center points
Store center points in array
该伪代码中唯一我不知道如何编写的部分是遍历每一帧并将其捕获到图像中。
谁能帮忙?
【问题讨论】:
标签: ios objective-c avfoundation avasset