|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/mastering-core-image-with-ios-15-and-uikit/
课程评论:没有评论
Coursera 课程总结:掌握 iOS 15 和 UIKit 的 Core Image 本课程专注于 iOS 5 以来不断发展的 Core Image 框架,旨在教授学员如何在 UIKit 中高效地利用这一强大的图像处理工具。Core Image 框架提供了超过 200 种滤镜,能够构建复杂的图像处理流程,可应用于静态图像和视频帧。该框架基于 Metal,可在 GPU 和 CPU 上运行,并通过底层技术优化图像处理速度,实现毫秒级响应。 课程将通过构建简单的用户界面,将重点放在 Core Image 的学习和图像处理本身。学员将学会如何将各种 Core Image 滤镜实际应用于真实图像,例如提取图像的深度数据以创建复杂的图像效果。课程还将演示如何组合不同滤镜来实现“色彩凸显”、“背景虚化”(即“人像模式”)和“蚊帐效果”等特效。此外,学员还能学习如何仅使用 Core Image 滤镜生成二维码。 课程提供完整的代码,方便学员边学边练或事后参考。加入本课程,探索 Core Image 框架的强大功能。
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!