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.
- MySQL數據庫進階實戰
- MySQL高可用解決方案:從主從復制到InnoDB Cluster架構
- 程序員修煉之道:從小工到專家
- Python絕技:運用Python成為頂級數據工程師
- R數據科學實戰:工具詳解與案例分析(鮮讀版)
- Live Longer with AI
- 大話Oracle Grid:云時代的RAC
- 中國數字流域
- 大數據架構商業之路:從業務需求到技術方案
- SQL Server 2012數據庫管理教程
- HikariCP連接池實戰
- Unreal Engine Virtual Reality Quick Start Guide
- 企業主數據管理實務
- 商業智能工具應用與數據可視化
- MySQL技術內幕:InnoDB存儲引擎