简体   繁体   中英

Video image processing tools and resources for iPhone/ios

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 (ie APIs, open source libraries) I can use. So any guidance from those who have experience in this field will be of great help.

这是有关在Mac和iOS上GPU加速视频处理的精彩教程: http : //www.sunsetlakesoftware.com/2010/10/22/gpu-accelerated-video-processing-mac-and-ios

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM