Feature extraction
As we discussed earlier, the human visual system tends to extract the salient features from a given scene to remember it for retrieval later. To mimic this, people started designing various feature extractors that can extract these salient points from a given image. Popular algorithms include Scale Invariant Feature Transform (SIFT), Speeded Up Robust Features (SURF), and Features From Accelerated Segment Test (FAST).
An OpenCV module called features2d provides functions to detect and extract all these features. Another module called xfeatures2d provides a few more feature extractors, some of which are still in the experimental phase. You can play around with these if you get the chance.
There is also a module called bioinspired that provides algorithms for biologically-inspired computer vision models.
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰
- 數據要素五論:信息、權屬、價值、安全、交易
- Python醫學數據分析入門
- Python金融實戰
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 云數據中心網絡與SDN:技術架構與實現
- INSTANT Android Fragmentation Management How-to
- 數據科學實戰指南
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- Web Services Testing with soapUI
- R Machine Learning Essentials
- PostgreSQL高可用實戰
- Managing Software Requirements the Agile Way
- 大數據處理之道
- Learning Game AI Programming with Lua