IMAGE PROCESSING WITH IoT
Undergraduate research assistant to create an image processing project for students.



Overview
As a part of my junior year at Seattle University, I researched on image processing algorithms to help my professor, Dr. Shiny Abraham, to design an Internet of Things (IoT) class project for students. The class project that I came up with is a coin counter program, which can capture a snapshot of coins on a table and classify them.
How the coin counter works?
The image processing of the coin counter is programmed by MatLab. When an image is captured by a webcam connected to a computer, it is processed in four stages. First, the image is converted to gray scale to get a binary image. Then, the binary image is inverted to outline the coins. Next, the inverted image is processed to remove unnecessary detail on the coins. Finally, the coin counter program will count how many coins on the image and classify them to coin currency.
What I Did
I researched on algorithms and methods which are written in Image Processing Toolbox and Computer Vision Toolbox documentation on MatLab. Then, I designed and tested the coin counter program to make sure the coin counter works. Finally, I wrote a detail project's instruction to guide students on how to program it.