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

Mastering Core Image with iOS 15 and UIKit

Posted By: BlackDove
Mastering Core Image with iOS 15 and UIKit

Mastering Core Image with iOS 15 and UIKit
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
Language: English | Size: 847 MB | Duration: 12 lectures • 1h 47m


Learn Core Image and Advanced Usage of CIFilters in iOS by Example

What you'll learn
Learn image processing in iOS
Build image processing pipeline using Core Image Framework
Build complex image effects using Core Image Filters
Learn to combine, and build complex Core Image Filter Effects

Requirements
Knowledge of iOS
Knowledge of UIKit
Knowledge of Swift
Description
Core Image Framework was introduces in iOS 5 and it's been evolving ever since. Apple has put together more than 200 filters in place that can help you build complex image processing pipeline which work efficiently on still as well as video frames.

Core image framework is metal backed and it has potential to run on both GPU and CPU. Core image optimizes image processing by applying low level techniques to get the processed image results as fast as milliseconds.

In this course, you will learn to use core image framework in UIKit. We will build a simple UI, in order to keep our focus on learning core image and image processing. You will learn to use various core image filters by applying them on real images. We will learn to extract depth data from image so we can process that to build complex image effects.

You will also learn as how to combine various different filters to build effects like Color Pop, Background Blur AKA Portrait Mode, Mosquito Net Effect. You will also learn to generate QR code using just Core Image filter.

Course comes with complete code so you can learn and follow along or learn the course and grab snippets from the completed code base.

Join me in this course and learn about this exciting framework. thank you!

Who this course is for
Developers who wants to learn and build metal backed image processing pipeline using Core Image Framework