- Mastering OpenCV 3(Second Edition)
- Daniel Lélis Baggio Shervin Emami David Millán Escrivá Khvedchenia Ievgen Jason Saragih Roy Shilkrot
- 257字
- 2021-07-02 23:29:10
Summary
This chapter has shown several different types of image processing filters that can be used to generate various cartoon effects, from a plain sketch mode that looks like a pencil drawing, a paint mode that looks like a color painting, to a cartoon mode that overlays the Sketch mode on top of the paint mode to appear like a cartoon. It also shown that other fun effects can be obtained, such as the evil mode that greatly enhanced noisy edges, and the alien mode that changed the skin of a face to appear bright green.
There are many commercial smartphone apps that perform similar fun effects on the user's face, such as cartoon filters and skin color changers. There are also professional tools using similar concepts, such as skin-smoothing video post-processing tools that attempt to beautify women's faces by smoothing their skin while keeping the edges and non-skin regions sharp, in order to make their faces appear younger.
This chapter shows how to port the application from a desktop to an embedded system, by following the recommended guidelines of developing a working desktop version first, and then porting it to embedded, and creating a user interface that is suitable for the embedded application. The image processing code is shared between the two projects, so that the reader can modify the cartoon filters for the desktop application, and easily see those modifications in the embedded system as well.
Remember that this book includes an OpenCV installation script for Linux and full source code for all projects discussed.
- 計算機網絡
- 程序員修煉之道:程序設計入門30講
- Software Defined Networking with OpenFlow
- Java應用開發與實踐
- ASP.NET Core Essentials
- 趣學Python算法100例
- 深入淺出Windows API程序設計:編程基礎篇
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- SSM輕量級框架應用實戰
- 從零開始學C#
- 計算機應用基礎案例教程
- jQuery for Designers Beginner's Guide Second Edition
- RocketMQ實戰與原理解析
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- 流暢的Python