Machine learning
Machine learning algorithms are used extensively to build computer vision systems for object recognition, image classification, face detection, visual search, and so on.
OpenCV provides a module called ml, which has many machine learning algorithms bundled into it, including a Bayes classifier, k-nearest neighbors (KNN), support vector machines (SVM), decision trees, neural networks, and more.
It also has a module called Fast Approximate Nearest Neighbor Search Library (FLANN), which contains algorithms for fast nearest neighbor searches in large datasets.
推薦閱讀
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- Python廣告數據挖掘與分析實戰
- 大數據可視化
- Live Longer with AI
- INSTANT Cytoscape Complex Network Analysis How-to
- 大話Oracle Grid:云時代的RAC
- Spark大數據編程實用教程
- 數字媒體交互設計(初級):Web產品交互設計方法與案例
- Power BI商業數據分析完全自學教程
- 聯動Oracle:設計思想、架構實現與AWR報告
- AndEngine for Android Game Development Cookbook
- 大數據隱私保護技術與治理機制研究
- Artificial Intelligence for Big Data
- Practical Convolutional Neural Networks
- 代碼的未來