About This Course
Who this course is for:
- Programmers
- Developers
- Those who want to learn about image recognition
What you’ll learn:
- Apply sepia and blur to your images
- Develop an interface that will allow you to load, modify, and save CIImages
- Let a user zoom and pan on your app’s images
Requirements:
- Mac OS
Software version used in the course:
- XCode
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.
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 for Apple computers. This course was recorded on a Mac.
Let’s get started!
Our Promise to You
By the end of this course, you will have learned how to use Xcode for adding image recognition features to web and mobile apps.
30 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.
Get started today and learn more about image recognition and processing framework using Xcode.
Course Curriculum
Section 1 - Apply Filters To CIImages Interface | |||
Intro And Demo | 00:00:00 | ||
Learning Goals | 00:00:00 | ||
Setting Up The UI | 00:00:00 | ||
Finishing Set Up And Adding Resources | 00:00:00 | ||
Applying A Simple Sepia Tone Filter | 00:00:00 | ||
Viewing Filter Documentation | 00:00:00 | ||
Testing Blur Filters | 00:00:00 | ||
Testing Color Change Filters | 00:00:00 | ||
Testing Composite And Distortion Effects | 00:00:00 | ||
Testing Geometry Adjustment And Color Gradient Filters | 00:00:00 | ||
Stylizing And Tile Effect Filter | 00:00:00 | ||
Exploring Transition Effect Filters | 00:00:00 | ||
Combining Multiple Filters Into 1 Result | 00:00:00 | ||
Summary | 00:00:00 | ||
CIFiltersInterface Source Code | 00:00:00 | ||
Section 2 - Facial Recognition Interface | |||
Intro And Demo | 00:00:00 | ||
Learning Goals | 00:00:00 | ||
Designing The UI And Adding Images To Project | 00:00:00 | ||
Performing Additional Variable And Function Set Up | 00:00:00 | ||
Implementing Basic Facial Detection Functionality | 00:00:00 | ||
Placing Images Over Eyes Part 1 | 00:00:00 | ||
Placing Images Over Eyes Part 2 | 00:00:00 | ||
Intro To Text Recognition Using Core Image | 00:00:00 | ||
Intro To Image To Text Reading Using Tessaract | 00:00:00 | ||
Implementing Tessaract Functionallity | 00:00:00 | ||
Summary | 00:00:00 | ||
Facial Recognition Interface Source Code | 00:00:00 | ||
Section 3 - Load And Save CIImages Interface | |||
Intro And Demo | 00:00:00 | ||
Learning Goals | 00:00:00 | ||
Building The User Interface | 00:00:00 | ||
Loading Image From Assets Folder | 00:00:00 | ||
Loading Images From Photo Library | 00:00:00 | ||
Loading Images Via URL | 00:00:00 | ||
Modifying And Saving Images | 00:00:00 | ||
Summary And Outro | 00:00:00 | ||
Load And Save CIImages Interface Source Code | 00:00:00 | ||
Section 4 - SuperImpose Images Interface | |||
Intro And Demo | 00:00:00 | ||
Learning Goals | 00:00:00 | ||
Building The UI | 00:00:00 | ||
Setting Up Images And Images Picker Controller | 00:00:00 | ||
Scaling Down Images | 00:00:00 | ||
Implementing Simple Tap Gestures And Reverting Actions | 00:00:00 | ||
Positioning Image At Tap Location | 00:00:00 | ||
Summary And Outro | 00:00:00 | ||
Bonus – Positioning Canter Of Image At Tap Position | 00:00:00 | ||
SuperImpose Images Interface Source Code | 00:00:00 | ||
Section 5 - Zoom And Pan Interface With Core Images | |||
Intro And Demo | 00:00:00 | ||
Learning Goals | 00:00:00 | ||
Setting Up The Basic UI | 00:00:00 | ||
Display The Image | 00:00:00 | ||
Implementing Crop Funtionality Text Fields | 00:00:00 | ||
Setting Up X, Y, And Zoom Sliders | 00:00:00 | ||
Implementing Crop Functionality With Sliders | 00:00:00 | ||
Adding Gestures To The Interface And Implementing Pan Gesture | 00:00:00 | ||
Implementing Pinch Zoom Gesture | 00:00:00 | ||
Summary And Outro | 00:00:00 | ||
Bonus – Bounds Checking | 00:00:00 | ||
Zoom Interface With Core Image Source Code | 00:00:00 |