iPhone/ios视频图像处理工具和资源
我正在开发一个 iOS 视频应用程序,需要执行诸如应用滤镜、调整亮度/对比度/饱和度、添加叠加等操作。由于我是图像处理新手,因此我无法判断哪些资源(即 API、开源库) )我可以用。因此,来自该领域有经验的人的任何指导都会有很大帮助。
I am working on developing an iOS video app that needs to do stuff like apply filters, adjust brightness/contrast/saturation add overlays etc. As I am new to image processing I am not able to judge which resources (i.e. APIs, open source libraries) I can use. So any guidance from those who have experience in this field will be of great help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是有关 Mac 和 iOS 上 GPU 加速视频处理的精彩教程:
http://www.sunsetlakesoftware.com /2010/10/22/gpu-accelerated-video-processing-mac-and-ios
Here is a great tutorial about GPU-accelerated video processing on Mac and iOS:
http://www.sunsetlakesoftware.com/2010/10/22/gpu-accelerated-video-processing-mac-and-ios
使用OpenCV。
1.获取 OpenCV
查看OpenCV 主页下载 OpenCV 源代码。
2.查看此 SOF,了解有关 iOS 上 OpenCV 的更多详细信息
iPhone 和 OpenCV
3 。获取并阅读一些有关 OpenCV 的好书
关于 OpenCV 的最好的书是“
第二个是“OpenCV 食谱”。
这些书包含大量有关 OpenCV 的示例以及描述
4。查看 OpenCV 文档。
OpenCV 文档包含完整功能的详细信息。它还包含大量教程,其中真的对所有人都有好处。
5.还可以尝试运行 OpenCV 示例。它包含很多好的程序
祝一切顺利。
Use OpenCV.
1. Get OpenCV
Check out OpenCV homepage to download OpenCV source.
2. Check out this SOF for more details on OpenCV on iOS
iPhone and OpenCV
3. Get and read some good books on OpenCV
The best book on OpenCV is "Learning OpenCV" written by Gary Bradsky, main founder of OpenCV.
Second one is "OpenCV cookbook".
These books contains lots of examples on OpenCV along with description
4. Check out OpenCV documentation.
OpenCV documentation contains details of complete functions. It also includes a lot of tutorials, which are really good for all.
5. Also try running OpenCV samples. It contains a lot of good programs
All the best.