The document describes two computer vision projects: 1) A program that analyzes video from a webcam of a simple pendulum experiment and calculates physics quantities like angle, speed, and energy. 2) A program that grades scanned survey forms by analyzing pixel density to determine filled-in answers. The pendulum program displays angle measurements over time that match expected values. The survey program accurately grades forms with different levels of noise. Both were developed in C++ using OpenCV for computer vision processing.