>
3

Projects

Computer Vision Proof of Concept

In this project, I created a proof of concept for a computer vision program for a candle factory that automatically detects candles without wicks on the production line. I implemented the physical setup using a Raspberry Pi 4 mini-computer and a camera module. The camera image was processed with OpenCV, and image recognition was performed using a neural network I implemented myself.

Detection of ok candle Detection of not ok candle What Raspi sees

In the GIF above, the program draws a red box around the candle without a wick and a green box around the candle with a wick.