Mastering Core Image: Xcode's Image Recognition and Processing Framework (13 hours)
Learn image manipulation and recognition techniques for iOS apps.
Why CIImages?
In this course, you learn how to add unique features to the images in your apps. A CIImage is a representation of an image that can be altered with Core Image filters. These filters allow users to change and interact with images in cool and useful ways. CIImages provide a lot of power that other image types do not.
Why Xcode?
Xcode is Apple's FREE software for app development. Xcode is user-friendly and has the tools you need to make apps for the iPhone, iPad, Mac, Apple Watch, and Apple TV. In this course, you learn to navigate Xcode's interface.
You learn how to add User Interface (UI) elements, including text fields, sliders, and buttons, to make an app. You learn to code in Swift 3.0, Apple's programming language, to make the app function.
Course Curriculum
Part 1: Apply common filters like Sepia and Blur to the images in your app. Test distortion and transition effects! See what happens when you combine multiple filters.
Part 2: Use Facial Recognition software that is available in Swift to detect facial features such as eyes and smiles in photographs. Detect text found in images.
Part 3: Develop an interface that will allow you to load, modify, and save CIImages. Learn the different ways to load images from multiple sources into an iOS app. Knowing how to save images in a photo album opens a whole slew of possibilities!
Part 4: Superimpose images onto other images. Let a user place an image from a Camera Roll to the location where you tap on an app.
Part 5: Let a user zoom and pan on your app's images. This functionality is especially useful for users to interact with images like maps.
Is this course for me?
By taking this course, you will gain the tools you need continue improving yourself in the field of app development. You will be able to apply what you learned to further experiment in Xcode and make your own apps able to perform more.
What programs do I need?
To follow along with these tutorials, you will need Xcode, Apple's free software for making apps for iOS, macOS, tvOS, and watchOS. Note that Xcode is only available on Apple computers. This course was recorded on a Mac.
Let's get started!
Your Instructor
Nimish Narang is Mammoth Interactive's lead developer specializing in Python, iOS and Android. Primarily a coder, he also is an avid trader.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Preview1.0 Intro and Demo (5:57)
-
Start1.0 Learning Goals (2:48)
-
Start1.1 Setting up the UI (10:37)
-
Start1.2 Finishing Set Up and Adding Resources (19:17)
-
Start1.3 Applying a Simple Sepia Tone Filter (20:00)
-
Start1.4 Viewing Filter Documentation (25:22)
-
Start1.5 Testing Blur Filters (28:57)
-
Start1.6 Testing Color Change Filters (22:44)
-
Start1.7 Testing Composite and Distortion Effects (26:46)
-
Start1.8 Testing Geometry Adjustment and Colour Gradient Filters (26:56)
-
Start1.9 Stylizing and Tile Effect Filter (21:27)
-
Start1.10 Exploring Transition Effect Filters (16:34)
-
Start1.11 Combining Multiple Filters into 1 Result (23:46)
-
Start1.12 Summary (8:00)
-
StartCIFiltersInterface Source Code
-
Start2.0 Intro and Demo (4:38)
-
Start2.0 Learning Goals (2:38)
-
Start2.1 Designing the UI and Adding Images to Project (10:32)
-
Start2.2 Performing Additional Variable and Function Set Up (19:22)
-
Start2.3 Implementing Basic Facial Detection Functionality (20:01)
-
Start2.4. Placing Image Over Eyes Part 1 (16:41)
-
Start2.5. Placing Images Over Eyes Part 2 (26:00)
-
Start2.6. Intro to Text Recognition Using Core Image (16:49)
-
Start2.7 Intro to Image to Text Reading Using Tesseract (15:08)
-
Start2.8 Implementing Tesseract Functionality (18:35)
-
Start2.9 Summary (8:28)
-
StartFacial Recognition Interface Source Code