35 | #import "AppDelegate.h"
36 |
37 | int main(int argc, char * argv[]) {
38 | @autoreleasepool {
39 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
40 | }
41 | }
42 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2016 Packt Publishing
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | # iOS-Application-Development-with-OpenCV3
5 | [iOS Application Development with OpenCV3](https://www.packtpub.com/application-development/ios-application-development-opencv?utm_source=GitHub&utm_medium=repository&utm_campaign=9781785289491) by [Packt Publishing](https://www.packtpub.com/)
6 |
7 | You need a computer running Mac OS 10.10 (or a later version) as well as an iPhone, iPad, or iPod Touch running iOS 9 (or a later version).
8 |
9 | On your computer, you need to install Apple's standard tools for iOS developers. These include Xcode, iOS SDK, and the Xcode Command Line Tools. You also need to set up OpenCV 3.1 (or a later version). All this software is free, and Chapter 1, Setting Up Software and Hardware, provides setup instructions.
10 |
11 | This book is great for developers who are new to iOS, computer vision, or both.
12 | Previous experience with Objective-C or C++ is recommended.
13 |
14 | Detailed installation steps (software-wise)
15 | The steps should be listed in a way that it prepares the system environment to be able to test the codes of the book.
16 |
17 | Mac Setup:
18 | * Download and install from Mac App Store the latest Xcode version (Currently 7.2). Or from the link, https://developer.apple.com/xcode/download/.
19 | * Download and install the Xamarin tools for Mac, https://xamarin.com/download.
20 | * Download and install the Xamarin Android Emulator. https://xamarin.com/android-player.
21 | * Check if Android SDK 5.1.1 is installed to test your apps with this SDK, open Xamarin Studio and go to Tools | Open Android SDK Manager… check the 5.1.1 (API 22) and click Install Packages…
22 |
23 |
24 | Windows Setup
25 | * Download Community Edition or Enterprise Trial edition, https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx.
26 | * Download and install the Xamarin tools for Windows, https://xamarin.com/download.
27 | * Download and install the Xamarin Android Emulator. https://xamarin.com/android-player
28 | * Check if Android SDK 5.1.1 is installed to test your apps with this SDK, open Xamarin Studio and go to Tools | Open Android SDK Manager… check the 5.1.1 (API 22) and click Install Packages…
29 |
30 | For more information refer to the following books:
31 | * [Instant OpenCV for iOS](https://www.packtpub.com/application-development/instant-opencv-ios?utm_source=GitHub&utm_medium=repository&utm_campaign=9781782163848)
32 | * [Integrating Facebook iOS SDK with Your Application](https://www.packtpub.com/web-development/integrating-facebook-ios-sdk-your-application?utm_source=GitHub&utm_medium=repository&utm_campaign=9781782168430)
33 | * [Application Development with Parse using iOS SDK](https://www.packtpub.com/application-development/application-development-parse-using-ios-sdk?utm_source=GitHub&utm_medium=repository&utm_campaign=9781783550333)
34 | ### Download a free PDF
35 |
36 | If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.
37 | https://packt.link/free-ebook/9781785289491
--------------------------------------------------------------------------------
/Software and hardware list.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PacktPublishing/iOS-Application-Development-with-OpenCV3/7ae7b5729c4472b955a9a265e8f14f78886db8fe/Software and hardware list.pdf
--------------------------------------------------------------------------------