- 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.
- 在最好的年紀學Python:小學生趣味編程
- Hands-On Data Structures and Algorithms with JavaScript
- Java Web開發(fā)之道
- SQL基礎(chǔ)教程(視頻教學版)
- Learning Python Design Patterns
- OpenCV with Python By Example
- 機器學習微積分一本通(Python版)
- Unity 2018 Augmented Reality Projects
- R語言數(shù)據(jù)挖掘:實用項目解析
- Python Social Media Analytics
- jQuery Mobile Web Development Essentials(Second Edition)
- AngularJS UI Development
- LabVIEW數(shù)據(jù)采集(第2版)
- Learning jqPlot
- R Data Visualization Cookbook