- OpenCV 3 Blueprints
- Joseph Howse Steven Puttemans Quan Hua Utkarsh Sinha
- 215字
- 2021-08-05 16:35:51
What this book covers
Chapter 1, Getting the Most out of Your Camera System, discusses how to select and configure camera systems to see invisible light, fast motion, and distant objects.
Chapter 2, Photographing Nature and Wildlife with an Automated Camera, shows how to build a "camera trap", as used by nature photographers, and process photos to create beautiful effects.
Chapter 3, Recognizing Facial Expressions with Machine Learning, explores ways to build a facial expression recognition system with various feature extraction techniques and machine learning methods.
Chapter 4, Panoramic Image Stitching Application Using Android Studio and NDK, focuses on the project of building a panoramic camera app for Android with the help of OpenCV 3's stitching module. We will use C++ with Android NDK.
Chapter 5, Generic Object Detection for Industrial Applications, investigates ways to optimize your object detection model, make it rotation invariant, and apply scene-specific constraints to make it faster and more robust.
Chapter 6, Efficient Person Identification Using Biometric Properties, is about building a person identification and registration system based on biometric properties of that person, such as their fingerprint, iris, and face.
Chapter 7, Gyroscopic Video Stabilization, demonstrates techniques for fusing data from videos and gyroscopes, how to stabilize videos shot on your mobile phone, and how to create hyperlapse videos.
- Mastering Zabbix(Second Edition)
- Docker技術入門與實戰(第3版)
- Mastering Concurrency in Go
- 程序員數學:用Python學透線性代數和微積分
- Servlet/JSP深入詳解
- ASP.NET動態網頁設計教程(第三版)
- KnockoutJS Starter
- Spring Boot企業級項目開發實戰
- Unreal Engine 4 Shaders and Effects Cookbook
- jQuery Mobile移動應用開發實戰(第3版)
- JSP程序設計與案例實戰(慕課版)
- 零基礎學SQL(升級版)
- VMware vSphere 5.5 Cookbook
- 優化驅動的設計方法
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT