Webpage Under Construction

Mammogram Segmentation and Pectoral Muscle Removal

This program was my final year project. I collaborated with 3 collegues to produce a program which identifies and removes the pectoral muscle region from mammograms using a region growing algorithm. The final application was evaluated by a radiologist to be 80% effective.

Try It!

View Code

Bouncy Ball Program

This project was a fun way for me to expand my Javascript skills. The user can click and drag to pick up and throw a ball which bounces against surfaces. All of the logic for the ball physics is written in vanilla Javascript.

Try It!

View Code