舉報

會員
Mastering OpenCV 3(Second Edition)
最新章節:
References
ThisbookisforthosewhohaveabasicknowledgeofOpenCVandarecompetentC++programmers.Youneedtohaveanunderstandingofsomeofthemoretheoretical/mathematicalconcepts,aswemovequitequicklythroughoutthebook.
目錄(132章)
倒序
- 封面
- 版權信息
- Credits
- About the Authors
- About the Reviewer
- www.PacktPub.com
- Customer Feedback
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Downloading the color images of this book
- Errata
- Piracy
- Questions
- Cartoonifier and Skin Changer for Raspberry Pi
- Accessing the webcam
- Main camera processing loop for a desktop app
- Generating a black and white sketch
- Generating a color painting and a cartoon
- Generating an evil mode using edge filters
- Generating an alien mode using skin detection
- Skin detection algorithm
- Showing the user where to put their face
- Implementation of the skin color changer
- Summary
- Exploring Structure from Motion Using OpenCV
- Structure from Motion concepts
- Estimating the camera motion from a pair of images
- Point matching using rich feature descriptors
- Finding camera matrices
- Choosing the image pair to use first
- Reconstructing the scene
- Reconstruction from many views
- Refinement of the reconstruction
- Using the example code
- Summary
- References
- Number Plate Recognition using SVM and Neural Network
- Introduction to ANPR
- ANPR algorithm
- Plate detection
- Segmentation
- Classification
- Plate recognition
- OCR segmentation
- Feature extraction
- OCR classification
- Evaluation
- Summary
- Non-Rigid Face Tracking
- Overview
- Utilities
- Object-oriented design
- Data collection - image and video annotation
- Training data types
- Annotation tool
- Pre-annotated data (the MUCT dataset)
- Geometrical constraints
- Procrustes analysis
- Linear shape models
- A combined local-global representation
- Training and visualization
- Facial feature detectors
- Correlation-based patch models
- Learning discriminative patch models
- Generative versus discriminative patch models
- Accounting for global geometric transformations
- Training and visualization
- Face detection and initialization
- Face tracking
- Face tracker implementation
- Training and visualization
- Generic versus person-specific models
- Summary
- References
- 3D Head Pose Estimation Using AAM and POSIT
- Active Appearance Models overview
- Active Shape Models
- Getting the feel of PCA
- Triangulation
- Triangle texture warping
- Model Instantiation - playing with the AAM
- AAM search and fitting
- POSIT
- Diving into POSIT
- POSIT and head model
- Tracking from webcam or video file
- Summary
- References
- Face Recognition Using Eigenfaces or Fisherfaces
- Introduction to face recognition and face detection
- Step 1 - face detection
- Implementing face detection using OpenCV
- Loading a Haar or LBP detector for object or face detection
- Accessing the webcam
- Grayscale color conversion
- Shrinking the camera image
- Histogram equalization
- Detecting the face
- Step 2 - face preprocessing
- Eye detection
- Eye search regions
- Geometrical transformation
- Separate histogram equalization for left and right sides
- Smoothing
- Elliptical mask
- Step 3 - Collecting faces and learning from them
- Collecting preprocessed faces for training
- Training the face recognition system from collected faces
- Viewing the learned knowledge
- Average face
- Eigenvalues Eigenfaces and Fisherfaces
- Step 4 - face recognition
- Face identification - recognizing people from their face
- Face verification - validating that it is the claimed person
- Finishing touches - saving and loading files
- Finishing touches - making a nice and interactive GUI
- Drawing the GUI elements
- Startup mode
- Detection mode
- Collection mode
- Training mode
- Recognition mode
- Checking and handling mouse clicks
- Summary
- References 更新時間:2021-07-02 23:29:29
推薦閱讀
- Visual Studio 2012 Cookbook
- C語言程序設計(第2 版)
- C#程序設計(慕課版)
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Learning Python Design Patterns(Second Edition)
- 微信小程序項目開發實戰
- Windows Phone 7.5:Building Location-aware Applications
- Arduino可穿戴設備開發
- Mastering HTML5 Forms
- 遠方:兩位持續創業者的點滴思考
- Docker:容器與容器云(第2版)
- 金融商業數據分析:基于Python和SAS
- 算法精解:C語言描述
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Mastering Magento Theme Design
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- Daniel Arbuckle's Mastering Python
- vSphere High Performance Cookbook(Second Edition)
- LabVIEW虛擬儀器項目開發與實踐
- 高并發系統:設計原理與實踐
- DevOps和自動化運維實踐
- 編程之美
- Python科學與工程數據分析實戰
- RESTful Java Patterns and Best Practices
- Learning Spring Boot 2.0(Second Edition)
- Blender Cycles:Materials and Textures Cookbook(Third Edition)
- Continuous Delivery with Docker and Jenkins
- 千金良方:MySQL性能優化金字塔法則
- PowerShell for SQL Server Essentials
- Practical Real-time Data Processing and Analytics