Matt
Ferguson

Senior Software Engineer

My Projects on Github
Download Resume

June 4th 2024

Matt's Showcase

Projects demonstrating my data analytics, machine learning, computer vision, and deep learning skills.

QR Code
Template Matching

We use computer vision template matching to find the key points of a variety of qr codes. Clever use of machine learning clustering techniques is employed to convert regions of template matches into centroid points.

Corner Detection
Shi-Tomasi, Harris

Here we demonstrate Shi-Tomasi corner detection and Harris corner detection on single images, and contrast the resulting algorithm identified corners.

Pavlidis Contouring
Computer Vision

Here we binarize an image using Otsu's method and inverse thresholding. We then implement Pavlidis contouring to extract the object contour. The least relevent vertices are removed using discrete curve evolution.

Panoramic Stitching
Computer Vision

Images from the same location are stiched together using keypoint detection, homographic transformations, and linear blending. We perform increasingly challenging panaramic stitching.

Baseball Salaries
Machine Learning

A project to predict professional baseball salaries given their batting and run statistics. K nearest neighbors regression is employed.