Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Instant OpenCV for iOS

Posted By: ksveta6
Instant OpenCV for iOS

Instant OpenCV for iOS by Kirill Kornyakov, Alexander Shishkov
2013 | ISBN: 1782163840 | English | 96 pages | PDF | 3 MB

Learn how to build real-time computer vision applications for the iOS platform using the OpenCV library

Overview

Learn something new in an Instant! A short, fast, focused guide delivering immediate results
Build and run your OpenCV code on iOS
Become familiar with iOS fundamentals and make your application interact with the GUI, camera, and gallery
Build your library of computer vision effects, including photo and video filters
In Detail

Computer vision on mobile devices is becoming more and more popular. Personal gadgets are now powerful enough to process high-resolution images, stitch panoramas, and detect and track objects. OpenCV, with its decent performance and wide range of functionality, can be an extremely useful tool in the hands of iOS developers.

Instant OpenCV for iOS is a practical guide that walks you through every important step for building a computer vision application for the iOS platform. It will help you to port your OpenCV code, profile and optimize it, and wrap it into a GUI application. Each recipe is accompanied by a sample project or an example that helps you focus on a particular aspect of the technology.

Instant OpenCV for iOS starts by creating a simple iOS application and linking OpenCV before moving on to processing images and videos in real-time. It covers the major ways to retrieve images, process them, and view or export results. Special attention is also given to performance issues, as they greatly affect the user experience.Several computer vision projects will be considered throughout the book. These include a couple of photo filters that help you to print a postcard or add a retro effect to your images. Another one is a demonstration of the facial feature detection algorithm. In several time-critical cases, the processing speed is measured and optimized using ARM NEON and the Accelerate framework.

OpenCV for iOS gives you all the information you need to build a high-performance computer vision application for iOS devices.

What you will learn from this book

Build a simple iOS application with GUI and controls
Link OpenCV to your project and call it from the Objective C code
Load and save images to the gallery
Interact with the camera and control its advanced settings
Implement several photo effects
Process video streams from the camera in real-time and save it in H.264 format
Detect faces and facial features and minimize the detection speed
Use the Accelerate framework to optimize the performance
Approach

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book uses a very practical approach, with each recipe and their associated sample projects or examples focusing on a particular aspect of the technology.

Who this book is written for

This book is intended for OpenCV developers who are interested in porting their applications to the iOS platform. Basic experience with OpenCV, computer vision, Objective C, and other iOS tools is encouraged.