The k-Nearest Neighbors algorithm is one of the simplest machine learning algorithms out there. The idea is straightforward: given a new data point, look at the k closest points in your training set ...
This repository contains the code and report for a computer vision mini-project focused on detecting, tracking, and estimating the speed of a tennis ball from video footage. This project implements a ...