opencv svm的英文参考文献
时间: 2024-04-10 22:25:34 浏览: 193
Sure! Here are some English references for OpenCV SVM:
1. "Support Vector Machines for Classification and Regression" by Cortes, Corinna, and Vapnik, Vladimir. This is the original paper introducing Support Vector Machines (SVM) for classification and regression tasks.
2. "A Practical Guide to Support Vector Classification" by Hsu, Chih-Wei, Chang, Chih-Chung, and Lin, Chih-Jen. This guide provides a comprehensive overview of SVM classification, including theory, implementation details, and practical tips.
3. "OpenCV 3 Blueprints" by Joseph Howse. This book covers various computer vision tasks using OpenCV, including SVM-based classification. It provides practical examples and step-by-step instructions for implementing SVM in OpenCV.
4. "Learning OpenCV 3: Computer Vision in C++ with the OpenCV Library" by Adrian Kaehler and Gary Bradski. This book is a comprehensive guide to computer vision using OpenCV, including SVM-based classification. It covers the theory and implementation of SVM in OpenCV.
阅读全文