- 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.
- 演進(jìn)式架構(gòu)(原書第2版)
- PyTorch自動駕駛視覺感知算法實戰(zhàn)
- SQL Server 2012數(shù)據(jù)庫技術(shù)及應(yīng)用(微課版·第5版)
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Mastering Python High Performance
- Java設(shè)計模式及實踐
- Mastering Python Networking
- Python算法詳解
- Essential C++(中文版)
- QGIS Python Programming Cookbook(Second Edition)
- HTML5+CSS3+jQuery Mobile APP與移動網(wǎng)站設(shè)計從入門到精通
- OpenCV with Python Blueprints
- Learning Python Data Visualization
- SQL Server實例教程(2008版)
- 基于Docker的Redis入門與實戰(zhàn)