- Mastering OpenCV 4
- Roy Shilkrot David Millán Escrivá
- 295字
- 2021-07-02 14:47:40
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 shows that other fun effects can be obtained, such as the evil mode, which greatly enhanced noisy edges and the alien mode, which changed the skin of a face to appear bright green.
There are many commercial smartphone apps that add similar fun effects on the user's face, such as cartoon filters and skin color changes. 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 an embedded system 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.
In the next chapter, we are going to learn how to use multiple view stereo (MVS) and structure from motion (SfM) for 3D reconstruction, and how to export the final result in OpenMVG format.
- C語言程序設計習題解析與上機指導(第4版)
- 程序設計與實踐(VB.NET)
- Java EE 6 企業級應用開發教程
- 騰訊iOS測試實踐
- 程序員面試算法寶典
- 差分進化算法及其高維多目標優化應用
- TypeScript項目開發實戰
- Getting Started with Gulp
- Node.js開發指南
- Flowable流程引擎實戰
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Mastering jQuery Mobile
- Python編程基礎教程
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布