This document describes a coin recognition system developed using MATLAB digital image processing techniques. It discusses two methods: a static image method where a single image is converted to binary, filled, and analyzed using edge detection and circle finding algorithms to identify coins. A video streaming method takes periodic screenshots, converts them, and compares measurements to a stored database to identify coins in real-time video. Key steps include image conversion, feature extraction using edge detection and circle finding, and measurement comparison to a stored database of coin images. The system is designed to maintain a consistent distance and angle between input images and the database images for accurate recognition.