K-Nearest Neighbors Classification Using OpenCV
The OpenCV library has a module that implements the k-Nearest Neighbors algorithm for machine learning applications.
In this tutorial, you will learn how to apply OpenCV’s k-Nearest Neighbors algorithm for classifying handwritten digits.
After completing this tutorial, you will know:
- Several of the most important characteristics of the k-Nearest Neighbors algorithm.
- How to use the k-Nearest Neighbors algorithm for image classification in OpenCV.
Kick-start your project with my book Machine Learning in OpenCV. It provides self-study tutorials with working code.
Let’s get started.