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.
- 劍破冰山:Oracle開發(fā)藝術(shù)
- Hands-On Mathematics for Deep Learning
- 數(shù)據(jù)庫原理與設(shè)計(第2版)
- Proxmox VE超融合集群實踐真?zhèn)?/a>
- 一本書講透Elasticsearch:原理、進階與工程實踐
- 數(shù)據(jù)分析師養(yǎng)成寶典
- 從實踐中學(xué)習(xí)sqlmap數(shù)據(jù)庫注入測試
- Unity for Architectural Visualization
- Delphi High Performance
- R數(shù)據(jù)挖掘?qū)崙?zhàn)
- Learning Construct 2
- 大數(shù)據(jù)原理與技術(shù)
- Learning Game AI Programming with Lua
- 大數(shù)據(jù)處理之道
- 基于MATLAB的試驗設(shè)計和數(shù)據(jù)處理