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.
- Learning Python Web Penetration Testing
- Learning C# by Developing Games with Unity 2020
- Java 開發從入門到精通(第2版)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 零基礎玩轉區塊鏈
- Software Testing using Visual Studio 2012
- Python測試開發入門與實踐
- Raspberry Pi for Secret Agents(Third Edition)
- Java程序設計
- Python深度學習:基于TensorFlow
- HTML5從入門到精通 (第2版)
- Mastering Linux Security and Hardening
- C/C++數據結構與算法速學速用大辭典
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Java EE架構設計與開發實踐