Face and object recognition
Face recognition refers to identifying the person in a given image. This is not the same as face detection, where you simply identify the location of a face in the given image.
If you want to build a practical biometric system that can recognize the person in front of the camera, you first need to run a face detector to identify the location of the face, and then run a separate face recognizer to identify who the person is. There is an OpenCV module called face that deals with face recognition.
As we discussed earlier, computer vision tries to model algorithms based on how humans perceive visual data. So, it would be helpful to find salient regions and objects in the images that can help with different applications such as object recognition, object detection and tracking, and so on. There is a module called saliency that's designed for this purpose. It provides algorithms that can detect salient regions in static images and videos.
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰
- 揭秘云計算與大數據
- Sybase數據庫在UNIX、Windows上的實施和管理
- Dependency Injection with AngularJS
- 大數據架構和算法實現之路:電商系統的技術實戰
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 深入淺出Greenplum分布式數據庫:原理、架構和代碼分析
- SQL應用及誤區分析
- 高維數據分析預處理技術
- Instant Autodesk AutoCAD 2014 Customization with .NET
- Hadoop集群與安全
- SQL Server 2012實施與管理實戰指南
- 計算機視覺